-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 885 Bytes
/
index.html
File metadata and controls
43 lines (40 loc) · 885 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Documents</title>
<style>
a {
font-size: 1.5em;
text-decoration: none;
color: black;
}
</style>
</head>
<body>
<div>
<a href="A1Website/index.html">A1 Website</a>
</div>
<div>
<a href="AddressBook/index.php">Address Book</a>
</div>
<div>
<a href="ExpensesList/index.php">Expenses List</a>
</div>
<div>
<a href="Messages/index.php">Messages</a>
</div>
<div>
<a href="textreader/index.html">Sonya Contacts</a>
</div>
<div>
<a href="MySQL/sqltest.php">MySQL</a>
</div>
<div>
<a href="SessionModel/sessions.php">Sessions Model</a>
</div>
<div>
<a href="WorkWithFiles/files.php">Work With Files</a>
</div>
</body>
</html>