-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui.html
46 lines (45 loc) · 1.86 KB
/
ui.html
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
<!DOCTYPE html>
<html lang="es">
<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" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./styles/normalize.css" />
<link rel="stylesheet" href="./styles/mainUI.css" />
<title>UI CaC</title>
<link rel="shortcut icon" type="image/jpg" href="https://img.icons8.com/dusk/100/000000/windows-logo.png"/>
</head>
<body>
<header class="taskbar">
<nav class="taskbarBox">
<a href="./desktop.html" target="escritorio" title="Volver al inicio">
<div><i class="fab fa-windows fa-2x"></i></div>
</a>
<a href="https://github.com/gaston38kpo/" target="_blank" title="GitHub">
<div><i class="fab fa-github-alt fa-2x"></i></div>
</a>
<a href="https://github.com/gaston38kpo/gaston38kpo.github.io" target="_blank" title="GitHub del proyecto">
<div><i class="fas fa-folder-open fa-2x"></i></div>
</a>
<a href="./browser.html" target="escritorio" title="Slayer Browser">
<div><i class="fab fa-edge fa-2x"></i></div>
</a>
<a href="./messenger.html" target="escritorio" title="Messenger">
<div><i class="fab fa-facebook-messenger fa-2x"></i></div>
</a>
<a class="poff" href="./index.html" target="_self" title="Apagar el equipo">
<div><i class="fas fa-power-off fa-2x"></i></div>
</a>
</nav>
</header>
<iframe name="escritorio" src="./desktop.html" frameborder="0"
>Tu navegador no soporta iFrames crack!</iframe
>
</body>
</html>