-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsheets.html
More file actions
25 lines (20 loc) · 948 Bytes
/
sheets.html
File metadata and controls
25 lines (20 loc) · 948 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>
<head>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="style-sheets.css">
</head>
<body>
<a href="index.html"><img class="myicon" src="images/jayensee.png" alt="Jayensee Logo" width=50 height=50></a>
<a href="https://drive.google.com/drive/folders/1H9sxhrZU--cE_3EVfLgNBGXQRtLS28Nk?usp=share_link"><img
class="sheets" src="images/sheets.png" alt="Sheets Logo" width=50 height=50></a>
<a href="https://drive.google.com/drive/folders/1H9sxhrZU--cE_3EVfLgNBGXQRtLS28Nk?usp=share_link">
<h2 class="sheetstext">Sheets</h2>
</a>
<div class="disclaimer">
<p><b>Disclaimer:</b> these sheets were made for my own personal use, so they're not easy to read (particularly
since some are in Portuguese).</p>
<p>Besides this some haven't been updated in years, and some are very big and take a while to load. </p>
</div>
</body>
</html>