8 changed files with 46 additions and 55 deletions
File diff suppressed because one or more lines are too long
@ -1,23 +1,20 @@ |
|||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
<head> |
<head> |
||||
<link rel="stylesheet" href="/styles/spectre.min.css"> |
<link rel="stylesheet" href="/styles/primop.me.min.css"> |
||||
<link rel="stylesheet" href="/styles/riotblog.min.css"> |
|
||||
<link rel="stylesheet" href="/styles/projects.min.css"> |
|
||||
<link rel="stylesheet" href="/styles/animate.min.css"> |
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
||||
</head> |
</head> |
||||
<html> |
<html> |
||||
<body> |
<body> |
||||
<section class="text-center nav navbar centered page-top navbar-section"> |
<section class="text-center nav navbar centered page-top navbar-section"> |
||||
<h1 class="blog-title">WTF</h1> |
<h1 class="blog-title">Wesley Kerfoot</h1> |
||||
</section> |
</section> |
||||
<app></app> |
<app></app> |
||||
<footer class="footer"> |
<footer class="footer"> |
||||
</footer> |
</footer> |
||||
|
|
||||
<script src="https://unpkg.com/axios/dist/axios.min.js"></script> |
<script src="https://unpkg.com/axios/dist/axios.min.js"></script> |
||||
<script type="text/javascript" src="/blog/scripts/riotblog.min.js"></script> |
<script type="text/javascript" src="/scripts/riotblog.min.js"></script> |
||||
</body> |
</body> |
||||
</html> |
</html> |
||||
|
Loading…
Reference in new issue