-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdfIndex.html
More file actions
41 lines (40 loc) · 1.28 KB
/
pdfIndex.html
File metadata and controls
41 lines (40 loc) · 1.28 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<link
rel="icon"
href="https://tse2.mm.bing.net/th/id/OIP.JJ9OIXH_lAet7Rhnm3n04gHaIe?rs=1&pid=ImgDetMain"
/>
<title>PDF</title>
<meta name="viewport" content="width=device-width, initial-scale=0.7" />
</head>
<body>
<br>
<div class="frame">
<a href="index.html"> <button>Home</button></a>
<h1>PDF</h1>
</div>
<br />
<div class="frame">
<a
href="https://cdn.glitch.global/bac19a0b-196b-413f-a2bd-9f3e52e9e76d/2565d0de-1170-4576-9a69-6210638a6285.MUST%20KNOW%20High%20School%20Computer%20Programming%20Ch14-17.PDF?v=1747011982117"
>Musk know computer science</a
>
<br /><br />
<a
href="https://cdn.glitch.global/bac19a0b-196b-413f-a2bd-9f3e52e9e76d/b24e4902-53e5-41f9-9d1b-a87c5333b733.Life%20Science%202024-2025%2C%20CS%20Test%20-%20For%20Loop.pdf?v=1747012441303"
>Computer science for loop test</a
>
<script src="view source hint.js"></script>
</div>
<br />
<br />
<br />
<footer class="bottombar">
<p style="margin-left:15px;">© 2025 Richard Liu</p>
<p>RichardCode</p>
<p style="margin-right:18px;">Host by GitHub</p>
</footer>
</body>
</html>