-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
44 lines (42 loc) · 1.09 KB
/
index.htm
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
44
<!DOCTYPE html>
<!--comments-->
<html lang="en">
<head>
<title>Digitech</title>
<meta charset = "utf-8" />
<style>
#Interface {
}
#Digitech {
top: 50px;
left: 450px;
width: 300px;
height: 275px;
border: 2px solid black;
background-color: white;
padding: 20px;
}
#Construction {
top: 350px;
left: 450px;
width: 300px;
height: 200px;
border: 2px solid black;
background-color: white;
padding: 20px;
}
</style>
</head>
<body>
<div id="Digitech">
<h1 style="text-align: center">Welcome to Digitech!</h1>
<h3 style="text-align: center">Bringing Digital Technologies to an Analog world</h3>
<h3 style="text-align: center">Student Name: Willian Marcal</h3>
<h3 style="text-align: center">Student Number: 2019306</h3>
<p style="text-align: center"><img src="images/digitech.jpg" alt = "Digitech Logo" /></p>
</div>
<div id="Construction">
<p style="text-align: center"><img src="images/construction.jpg" alt = "Under Construction" ></p>
</div>
</body>
</html>