generated from ewuweblab/web-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (22 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<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">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- Scripts -->
<script src="script.js" defer></script>
<title>Web Starter</title>
</head>
<body>
<h1>Our Lady of Guadalupe</h1>
<p>Our Lady of Guadalupe (Spanish: Nuestra Señora de Guadalupe), also known as the Virgin of Guadalupe (Spanish: Virgen de Guadalupe), is a Catholic title of Mary, mother of Jesus associated with a series of five Marian apparitions to a Mexican peasant named Juan Diego and his uncle, Juan Bernardino, which are believed to have occurred in December 1531, when the Mexican territories were under the Spanish Empire.
</body>
</html>