-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaginaprincipal.html
51 lines (46 loc) · 2.17 KB
/
paginaprincipal.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
47
48
49
50
51
<!DOCTYPE html>
<html lang="es-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">
<title>Antonazua Camionero</title>
<link rel="stylesheet" href="formato.css">
<link rel="stylesheet" href="paginaprincipal.css">
<link rel="paginaprincipal" href="paginaprincipal.html">
<link rel="index" href="index.html">
</head>
<body>
<header>
<h1>Antonazua Camionero</h1>
<nav>
<div>
<h4 style="color : #0d048a" ;>enlaces principales</h4>
<div>
<!--enlaces principales-->
<a href="index.html">inicio</a>
<a href="#">acerca de mí</a>
<a href="#">Mi CV</a>
<a href="#"> mis juegos de steam</a>
<a href="#">mis aficiones</a>
<a href="#">gente con la que hablo</a>
<a href="#">otra informacion</a>
</div>
</div>
</nav>
</header>
<main style="color: #13ff00;"></main>
<h2 style="text-align: center;"> Antonazua Camionero os presenta:....</h2>
<h2 style="text-align:center;">pagina en construccion</h2>
<p>qui podreis ver todo sobbre mi mis redes sociales, mis videos jugando, la gente con la que hablo,la informacion que se de autobuses,lo que voy haciendo dia a dia...</p>
<!--redes sociales-->
<a href="https://steamcommunity.com/id/AntonazuaDJvideogamplayYoutuber">Steam</a>
<a href="https://steamdb.info/calculator/76561198232704908/?cc=eu">SteamDB</a>
<a href="https://www.youtube.com/c/ANTONAZUACAMIONERO">Youtube</a>
<a href="https://www.wattpad.com/user/AntonZorrilla">Wattpad</a>
<a href="https://www.twitch.tv/antonazuacamionero">Twicht</a>
<a href="https://www.facebook.com/ANTONAZUACAMIONERODJ">Facebook</a>
<a href="https://twitter.com/antonazuacamion">Twitter</a>
<a href="https://www.instagram.com/antonazuacamionero/">Instagram</a>
</body>
</html>