diff options
Diffstat (limited to 'blog/dst/a/sql_video_notes.html')
-rw-r--r-- | blog/dst/a/sql_video_notes.html | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/blog/dst/a/sql_video_notes.html b/blog/dst/a/sql_video_notes.html index 40bd914..b47a9e0 100644 --- a/blog/dst/a/sql_video_notes.html +++ b/blog/dst/a/sql_video_notes.html @@ -3,8 +3,10 @@ <head> <base href="https://static.luevano.xyz/"> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SQL tutorial video notes -- Luévano's Blog</title> - <link rel="icon" href="fa/svgs/solid/dragon.svg"> + <link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS"> + <link rel="icon" href="images/icons/favicon.ico"> <!-- general style --> <link rel="stylesheet" type="text/css" href="css/style.css"> @@ -200,27 +202,27 @@ <p><img alt="ERD example taken from wikipedia" src="https://static.luevano.xyz/images/b/notes/sql/erd_example.png"></p> <p>Tags: <a href="https://blog.luevano.xyz/tag/@english.html">english</a>, <a href="https://blog.luevano.xyz/tag/@notes.html">notes</a>, <a href="https://blog.luevano.xyz/tag/@sql.html">sql</a></p> <p>By: David Luévano</p> -<p>Created: Tue, 02 Mar, 2021 @ 14:35 UTC, edited: Mon, 17 May, 2021 @ 20:59 UTC</p> +<p>Created: Tue, Mar 02, 2021 @ 14:35 UTC, edited: Mon, May 17, 2021 @ 20:59 UTC</p> </main> <footer> - <i class="fas fa-envelope" alt="Email"></i> - Email - <a href="mailto:david@luevano.xyz"> - david@luevano.xyz - </a> + <i class="fas fa-rss" alt="RSS"></i> + <a href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a> <br> - <i class="fas fa-rss" alt="RSS"></i> - RSS - <a href="https://blog.luevano.xyz/rss.xml"> - https://blog.luevano.xyz/rss.xml - </a> + <i class="fas fa-envelope" alt="Email"></i> + <a href="mailto:david@luevano.xyz">david@luevano.xyz</a> <br> <i class="fas fa-donate" alt="Donate"></i> <a href="https://luevano.xyz/donate.html">Donate</a> - <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a> + <br> + + <i class="fas fa-hammer" alt="Hammer"></i> + Created with <a href="https://github.com/luevano/pyssg">pyssg</a> by David Luévano + <br> + + Copyright <i class="fas fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado </footer> </body> </html> |