-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.html
22 lines (22 loc) · 850 Bytes
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Diseño y nuevos medios, segunda versión remota">
<title>DNO037vR2 🐒</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet" />
</head>
<body>
<header></header>
<main></main>
<footer>
<div id="vinculos"></div>
<div id="controles"></div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.min.js"></script>
<script src="script.js"></script>
</body>
</html>