generated from Autumn-Coding/Devscript-website
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (30 loc) · 951 Bytes
/
index.html
File metadata and controls
36 lines (30 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>Forecasting - Home</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&display=swap" rel="stylesheet"></head>
<body>
<div id="header">
<h1 id="DevScript">Forecasting</h1>
<nav>
<p class="thisPage">Home</p>
<a href="/about.html">About Us</a>
<a href="/faq.html">FAQ</a>
<a href="/contact.html">Contact</a>
<a href="/credit.html">Credit</a>
</nav>
</div>
<div class="page">
<div class="contentBoxLarge">
<div class="contentHolder">
</div>
</div>
<div id="footer"><p>Copyright ©2026, Kate Yoshida, </p></div>
</div>
</body>
</html>