-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (36 loc) · 1.62 KB
/
index.html
File metadata and controls
42 lines (36 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kh4lli</title>
<!--Icone-->
<link rel="shortcut icon" href="icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body onload="load()">
<div class="bggalaxy"></div>
<!-- Mensagem de erro caso display de hora e data dar errado -->
<div id="msg">
Error
</div>
<div id="msg2">
Error
</div>
<h1>Welcome</h1>
<h2>Just a place to share about me</h2>
<nav>
<p><a href="./html/aboutme.html">About me</a></p>
<p><a href="./html/contatos.html">Contacts</a></p>
<p><a href="./html/calculadora.html">Calculator</a></p>
<p><a target="_blank" href="https://github.com/Hypxwghost">Github</a></p>
<!-- <p><a href="velocidade.html" target="blank">Script</a> para testar velocidade e multar vagabundo contra a lei '-'</p> -->
<!-- <p><a href="idade.html" target="blank">Verificador</a> de idade</p> -->
<p><a href="./ghosteagency/index.html">Ghoste Agency</a></p>
</nav>
<p>Imagem de fundo em <a href="https://assets.science.nasa.gov/dynamicimage/assets/science/missions/webb/science/2024/03/STScI-01HQP6MAB9N9NS69HBBA9RN5KK.png?w=2000&h=1698&fit=crop&crop=faces%2Cfocalpoint">NASA,</a> <a href="https://pt.wikipedia.org/wiki/NGC_604"> (NGC 604)</a></p>
<script src="./js/script.js"></script>
</body>
<!-- https://pt.wikipedia.org/wiki/NGC_604 -->
</html>