syntax error fixed
This commit is contained in:
parent
cbc8077a33
commit
1be7096a6a
1 changed files with 4 additions and 4 deletions
10
index.html
10
index.html
|
@ -7,12 +7,12 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Array in a Matrix</title>
|
<title>Array in a Matrix</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/style/main.style.css" />
|
<link rel="stylesheet" type="text/css" href="/style/main.style.css" />
|
||||||
<link rel="stylesheet" href="/res/site/fonts/DarkNewRoman/stylesheet.css" type="text/css" charset="utf-8" />
|
<link rel="stylesheet" href="/res/site/fonts/DarkNewRoman/stylesheet.css" type="text/css" />
|
||||||
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header class="page-header" role="banner">
|
<header class="page-header">
|
||||||
<h1 class="project-name" style="font-family: DarkNewRoman;"> Array in a matriX
|
<h1 class="project-name" style="font-family: DarkNewRoman;"> Array in a matriX
|
||||||
</h1>
|
</h1>
|
||||||
<h3 class=" project-tagline">Welcome to the abyss.</h3>
|
<h3 class=" project-tagline">Welcome to the abyss.</h3>
|
||||||
|
@ -32,10 +32,10 @@
|
||||||
<div id="cookiePopup">
|
<div id="cookiePopup">
|
||||||
<h3>Can I have a cookie, please? (^ω^)</h3>
|
<h3>Can I have a cookie, please? (^ω^)</h3>
|
||||||
<button class="btn" id="acceptCookie">Give cookie 🍪</button>
|
<button class="btn" id="acceptCookie">Give cookie 🍪</button>
|
||||||
</footer>
|
|
||||||
<script src="script/cookies.js"></script>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script src="script/cookies.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue