-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.34 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Delamcode</title>
<link rel="stylesheet" href="main.css">
<link rel="icon" href="delamStar.png" type="image/png" sizes="32x32">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
</head>
<body>
<div class="bannerImg"></div>
<h1 id="Title">Welcome to Delamcode!</h1>
<p id="Heading">Links:</p>
<a class="links" href="/rps/">RPS Game!</a>
<a class="links" href="https://sites.google.com/view/thehauletimes/home">The Haule Times Home</a>
<a class="links" href="/places/">Traveling/Over the Years</a>
<a class="links" href="https://sites.google.com/view/year-inreview/home">Year in Review</a>
<a class="links" href="https://sites.google.com/view/helpandmore/home">Help and more</a>
<a class="links" href="http://192.168.1.24:8080">Musoc</a>
<a class="links" href="http://192.168.1.24:8090">Fox Maze Game!</a>
<a class="links" href="https://delamcode.github.io/calender/">CSS Calender</a>
<a class="links" id="lastPadd" href="https://delamcode.github.io/comingsoon">Testing Site</a>
<a class="links" id="lastPadd" href="https://docs.google.com/presentation/d/1-tHkVluLIitGJLq1QZzGqwz50_X9CS38FtBCHmjw3PU/edit#slide=id.p">Presentation</a>
</body>
</html>