-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Stuffz</title>
<link rel="stylesheet" href="/css/style.css">
<meta name="title" content="Davidkra230's Stuff">
<meta name="description" content="just some of my stuff that i've made. think of this as like a portfolio, idk">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
</head>
<body>
<h2 class="horizontal-center">My Creations / Websites:</h2>
<div id="stuffshowcase-outer" class="center-all">
<div id="stuffshowcase-contentbox"></div>
<div id="stuffshowcase-buttons">
<button type="button" disabled>⬅ Last Page</button>
<p id="pagetext">Page - /-</p>
<button type="button" disabled>Next Page ➡</button>
</div>
</div>
<p class="madeby">Made with ❤️ by davidkra230</p>
<script src="/js/index.js"></script>
</body>
</html>