-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (46 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="./img/pi.png" type="image/x-icon" />
<!-- link main.js -->
<script src="./js/main.js"></script>
<title>Tudisco Tutoring</title>
</head>
<body>
<!-- navigation bar -->
<div id="navbar">
<a href="./index.html">Home</a>
<a href="./linkpage.html">About</a>
<a href="./linkpage.html">Contact</a>
<a
href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
target="_blank"
>Haha</a
>
</div>
<!-- "Hello!" message -->
<a href="./index.html"><img src="./img/pi.png" alt="" /></a>
<h1>Hello! This website is for Mr. Principio.</h1>
<!-- added email -->
<p id="email" value="[email protected]">
Email: [email protected]
</p>
<br />
<!-- link to GitHub page-->
<p>
<a
class="github"
href="https://github.com/dabignerd/principio-website.git"
target="_blank"
>GitHub</a
>
</p>
<!-- placeholder to enable scrolling. remove once there is a body. -->
<div id="holder"></div>
<p>some text to enable scrolling</p>
</body>
</html>