-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlatByte.html
More file actions
63 lines (60 loc) · 1.42 KB
/
PlatByte.html
File metadata and controls
63 lines (60 loc) · 1.42 KB
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
<!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">
<title>Welcome To PlatByte</title>
<link rel="stylesheet" href="PlatByte.css">
</head>
<body>
<div class="Headingtag">
<h1>
PLATBYTE
</h1>
</div>
<div class="usernameandpassword">
<p>UserName:
<input type="text" name="username" size="15"
maxlength="20" />
</p>
</div>
<div class="passcode">
<p>Password:
<input type="text" name="password" size="15" maxlength="20">
</p>
</div>
<div class="platbytewelcome">
<p>Welcome to PlatByte</p>
</div>
<div class="introduction">
<p>
Welcome to platbye this platform was built with the user experience in mind, we aim to keep the site up and running forever as we expand so will our user experience, this website was created by -Peter Hendricks
</p>
</div>
<div class="uolist">
<ul>
PLATBYTE
</ul>
</div>
<div class="topusername">
THIS IS THE TOP USERNAME
</div>
<div class="maintableofcontents">
<table>
<th style="color: aqua;">
Technology
</th>
<th>
Nutrition
</th>
</table>
</div>
<div class="topusersblock">
<h2>
Topusernames
</h2>
</div>
<footer>Copyright Peter Hendricks 2024</footer>
</body>
</html>