-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpintar.html
More file actions
19 lines (18 loc) · 796 Bytes
/
pintar.html
File metadata and controls
19 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Fernando González Díaz">
<meta name="description" content="Desafio 3 JavaScript">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=BBH+Bogle&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<title>Problema 3 JavaScript - Funciones | Fernando Gonzalez</title>
</head>
<body>
<div id="ele1">hello</div>
<script src="./assets/js/script.js"></script>
</body>
</html>