Update 'index.html'

This commit is contained in:
Dominik V. Salonen 2018-03-14 07:16:07 +00:00
parent cc74a03dd0
commit 9f8d406c58
1 changed files with 36 additions and 35 deletions

View File

@ -1,10 +1,10 @@
<html> <html>
<head> <head>
<title>Quad's site</title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" />
<link href="style.css" rel="stylesheet" /> <link href="style.css" rel="stylesheet" />
<script src="main.js"></script>
</head> </head>
<body> <body onload="javascript:initialContent();">
<div id="site"> <div id="site">
<div id="content"> <div id="content">
@ -32,5 +32,6 @@
</p> </p>
</div> </div>
</div> </div>
<script src="main.js"></script>
</body> </body>
</html> </html>