-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 922 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 922 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zeroot</title>
</head>
<body>
<main class="main">
<h1 class="main__title">Hacking and Software Develoment</h1>
<p> My journey in the hacking and Dev web</p>
<ul class="main__list">
<li class="main__item">Make little projects about my blogs for each new thing that I'm learning</li>
<li class="main__item">Have sections about the differents topics, (Hacking, DevWeb) and Hacking + Devweb</li>
<li class="main__item">Desing Of the blog</li>
</ul>
<!-- Primer projecto hacer un mini juego de ejercicios para practicar con comandos basicos -->
<!-- Documentar el proceso de creacion de mi arch linux -->
<!-- Actulizar mi arch linux -->
</main>
</body>
</html>