Changed some animations, and properly implemented use of style/script blocks (meta still required?)
This commit is contained in:
@ -2,13 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%= document.title %> // Tim Stallard</title>
|
||||
<link rel="stylesheet" href="/libs/Animate.css" />
|
||||
<link rel="stylesheet" href="/libs/fa.css" />
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></link>
|
||||
<script src="/libs/jquery.min.js"></script>
|
||||
<script src="/libs/jquery.smoothState.min.js"></script>
|
||||
<script src="/script.js"></script>
|
||||
<%- getBlock("styles").toHTML() %>
|
||||
<%- getBlock("scripts").toHTML() %>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="#6d0000">
|
||||
|
Reference in New Issue
Block a user