forgot this
This commit is contained in:
parent
701da8d265
commit
75023e069d
17
index.html
17
index.html
@ -2,24 +2,13 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link type="image/x-icon" rel="icon" href="images/favicon.ico">
|
||||
<link type="text/css" rel="stylesheet" href="css/global.css">
|
||||
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
|
||||
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
||||
|
||||
<title>4472 SuperNOVA</title>
|
||||
</head>
|
||||
|
||||
<!--HEADER-->
|
||||
<header>
|
||||
<div id="header-title">
|
||||
<img src="images/favicon.ico">
|
||||
<h3>4472 SuperNOVA</h3>
|
||||
</div>
|
||||
|
||||
<div id="header-items">
|
||||
<a class="nounderline">Home</a>
|
||||
<a class="nounderline">Another</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<body>
|
||||
<div class="title">
|
||||
@ -72,5 +61,5 @@
|
||||
|
||||
<!--FOOTER-->
|
||||
|
||||
<script src="js/global.js"></script>
|
||||
<script src="/js/global.js"></script>
|
||||
</html>
|
||||
|
||||
@ -3,9 +3,9 @@ const internet = new XMLHttpRequest();
|
||||
var htmlStr = document.documentElement.innerHTML;
|
||||
|
||||
// Insert site parts
|
||||
//insertHeader();
|
||||
insertHeader();
|
||||
insertContents();
|
||||
//insertFooter();
|
||||
insertFooter();
|
||||
|
||||
// Update page
|
||||
document.documentElement.innerHTML = htmlStr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user