-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.04 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<title>Huayra Website</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<h1>Huayra's Website</h1>
</header>
<img src="photos/sm2VGuO.png" alt="MemTimings1" align="left" height="387px">
<img src="photos/tux.jpg" alt="Tux" align="right" height="387px">
<a href="https://github.com/Connor-GH/MemTimings-Linux">MemTimings-Linux</a>
<br><-- Check out this program, it checks timings on Linux (Zen2, Zen3 only)^
<br>
<img src="photos/gentoo.png" alt="gentoo_fetchme" align="right">
<a href="https://github.com/Connor-GH/fetchme">fetchme</a>
<br>Check out this program, it fetches system info on Linux and *BSD! -->
<br>
<br>Click <a href="linux/gentoo.html">this link</a> to learn about my <a href="https://www.linux.com/what-is-linux/">linux</a> experience.
<br>Read about my OS Development Endeavours <a href="osdev/osdev.html">here</a>.
<br>
<br><a href="twitter/twitter.html">How to delete twitter?</a>
</body>
</html>