-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (37 loc) · 1.2 KB
/
about.html
File metadata and controls
37 lines (37 loc) · 1.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>/about</title>
<link rel="stylesheet" href="style2.css" />
</head>
<body>
<center>
<h2>whoami</h2>
</center>
<p>
I am Manik Sharma. As a laptop:
1. I have no battery (social and also actualy - sleep is 4 lozers)
2. SSD and RAM - tiny, too expesnive 4 moar (rampocalypse), mostly filled with useless shit and mikuuuu and lore (its just a game theory)
3. cpu and gpu - sumtimes
5. i/o - communication is hard, listening is even harder
I am 14 years old and a dev who does stuff
</p>
<br />
<br />
<br />
:3
<br />
<img src="Untitled-removebg-preview.png" alt="Fedora logo :P">
<img src="tux-linux-penguin-1790930697.gif" alt="Tux Coding :P">
</center>
<br />
<br />
<a href="/">go home</a>
<script src="oneko.js"></script>
<script>
oneko(); // start the cat
</script>
</body>
</html>