-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 848 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Maxwell L</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script>
const { Client } = Appwrite;
</script>
<script src="script.js"></script>
<header>
<a href="https://www.github.com/Maxwell-L-hack">GitHub</a>
<a href="photos.html">Photos</a>
<a href="projects.html">Projects</a>
</header>
<br>
<br>
<h2>Please visit the <a href="projects.html">Projects</a> page.</h2>
<br>
<br>
<br>
<br>
<div>
<p>
I have a Saint Bernard, three cats, a russian tortoise, and a chinchilla. I enjoy photography, cooking, and anything tech related.
</p>
</div>
</body>
</html>