-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (54 loc) · 1.63 KB
/
index.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My web page</title>
<link href="https://fonts.googleapis.com/css?family=Mandali&display=swap" rel="stylesheet">
<style>
#content {
width: 970px;
margin: 0 auto;
}
#logo {
float:left;
background-color: darkred;
padding: 20px;
margin: 0 0 20px;
}
#logo a {
text-decoration: none;
color: white;
}
body {
font-family: 'Mandali', sans-serif;
}
* {
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<div id="content">
<div id="logo">
<h1><a href="#">Esta es la modificación para Lenguaje de Marcas IES A Machado</a></h1>
</div>
</div>
Pa qué vendrán los alumnos hoy.
<!-- Default Statcounter code for My web page http://agomcue486.github.io -->
<script type="text/javascript">
var sc_project=12129595;
var sc_invisible=0;
var sc_security="4480000e";
var sc_https=1;
var scJsHost = "https://";
document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="Web Analytics Made Easy -
StatCounter" href="https://statcounter.com/" target="_blank"><img
class="statcounter" src="https://c.statcounter.com/12129595/0/4480000e/0/"
alt="Web Analytics Made Easy - StatCounter"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>