Update 'index.html'
This commit is contained in:
parent
cc74a03dd0
commit
9f8d406c58
|
@ -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>
|
Loading…
Reference in New Issue