forked from r-u-there/r-u-there.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreports.html
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathreports.html
File metadata and controls
40 lines (40 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<title>Project Reports</title>
<style type="text/css">
h1 {
color: white;
font-family: Times New Roman;
font-size: 300%;
background: grey;
background-size: 1500px 1500px;
vertical-align: baseline;
}
h2 {
color: black;
font-family: Times New Roman;
font-size: 300%;
background: white;
background-size: 1500px 1500px;
vertical-align: baseline;
}
.header {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.report-director {
font-size: 30px;
}
</style>
</head>
<body>
<h1>
<p class="header">Welcome to UThere Web Page</p>
</h1>
<!-- <a class="report-director" href="Project Proposal Report - Group 4.pdf">Project Specifications Report</a><br></br> -->
<!-- <a class="report-director" href="Design Report - Group 4.pdf">Design Report</a><br></br> -->
<!-- <a class="report-director" href="Final Report - Group 4.pdf">Final Report</a> -->
</body>
</html>