forked from E-Hird/Practical-Formative-Review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Positive applications of computer science</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="p-16">
<h1 class="text-4xl font-bold">Positive applications of computer science</h1>
<hr class="m-4">
<p>This web page outlines some of the positive applications in society of computer science and related disciplines. It is authored by Max, Oscar, Paddy and Josh.</p>
<br/>
<ul class="list-disc pl-8">
<li><a class="text-blue-600 underline" href="./weather-forecasting.html">Weather Forecasting</a></li>
<li><a class="text-blue-600 underline" href="./alsPatient.html">ALS Patient Speaks Again</a></li>
<li><a class="text-blue-600 underline" href="./bees.html">Tech firms use remote monitoring to help bees</a></li>
<li><a class="text-blue-600 underline" href="./Electronic_Health_Records.html">Benefits of Electronic Health Records</a></li>
</ul>
</body>
</html>