-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
25 lines (22 loc) · 861 Bytes
/
popup.html
File metadata and controls
25 lines (22 loc) · 861 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Enlaces Útiles</title>
<link rel="stylesheet" href="./popup.css" />
</head>
<body>
<a href='https://drive.google.com/drive/folders/1pI1DCj0LjfWf7Or-UgaFjwoyuoUIseFN'>
<img class="google-drive-btn" src="./images/googledrive.jpg" alt="Google Drive" />
</a>
<br /><br />
<a href='https://chrome-ravioli-2d4.notion.site/RuralCamp-II-f50a2b2828ae44aab0bbaacbd616eb58'>
<img class="notion-btn" src="./images/notion.png" alt="Notion" />
</a>
<br /><br />
<a href='https://us02web.zoom.us/j/84417697298?pwd=TWd6TzZsVTZITlUzY0g5V0g5eDdLZz09'>
<img class="zoom-btn" src="./images/zoom.jpg" alt="Zoom" />
</a>
</body>
</html>