forked from fateruin/practicing-fun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (73 loc) · 3.8 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Minking Around</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<h1 class="mitch">Welcome to Jurassic Park
</h1>
<nav>
<li><a class="navigationmenu" href="file:///C:/Users/MITCHELL/Desktop/github/practicing-fun/index.html">Home</a></li>
<li><a href="file:///C:/Users/MITCHELL/Desktop/github/practicing-fun/about.html">About Us</a></li>
<li><a href="file:///C:/Users/MITCHELL/Desktop/github/practicing-fun/contacttab.html">Contact Info</a></li>
<li><a href="file:///C:/Users/MITCHELL/Desktop/github/practicing-fun/storepage.html">Store/Merch</a></li>
</nav>
<dl>
<dt><p>This is an experiment</p></dt>
<dd>This is describing the experiment
</dd></dl>
</main>
<script src="index.js"></script>
</body>
<time datetime="06-18-2024">June 18, 2024</time>
<p> There is still quite a bit of <b><em>knowlege</b></em> that I seek to obtain.</p>
<b><p>I am wondering why none of the elements are working in this instance.</p></b>
<!--
|
\.
/|.
/ `|.
/ |.
/ |.
/ `|.
/ |.
/ |.
/ |.
__ / `|.
-\ / |.
\\ / |.
\\ / |.
\| / |\
\#####\ / ||
==###########> / ||
\##== \ / ||
______ = =|__/___ ||
,--' ,----`-,__ ___/' --,-`-==============================##==========>
\ ' ##_______ ______ ______,--,____,=##,__
`, __== ___,-,__,--'#' ===' `-' | ##,-/
`-,____,---' \####\ | ____,--\_##,/
#_ |## \ _____,---==,__,---' ##
# ]===--==\ ||
#, ] \ ||
#_ | \ ||
##_ __/' \ ||
####=' | \ |/
### | \ |.
## _' \ |.
###=======] \ |.
/// | \ ,|.
// | \ |.
\ ,|.
\ |.
\ |.
\|.
/.
|
-->
</html>