-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
40 lines (40 loc) · 1.43 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>
<link rel="stylesheet" href="style.css">
<head>
<title>ARAM</title>
<script src="script.js"></script>
</head>
<header class="header">
<a href="index.html">Home</a>
<a href="page2.html">Team Members</a>
<a href="page3.html">Web Project</a>
<a href="page4.html">Hour of code</a>
</header>
<body class="body">
<div style="text-align: center;">
<div class="welcome">
<p onmouseover="myFunction()" onmouseleave="myFunction2()" id="p1">LADIES & GENTLEMEN<br>WELCOME TO ARAM TEAM WEB SITE</p>
<p>Amazing Design <br> Creating with Own Ideas</p>
</div>
<div class="logoname">
<div class="back1">
<div class="back2">
<p>Team Logo</p>
<img src="logo1_3page.png" alt="team logo">
<p>Team Name</p>
<ul>
<li><b>A</b><em>bdullah</em></li>
<li><b>R</b><em>avan</em></li>
<li><b>A</b><em>lisadig</em></li>
<li><b>M</b><em>urad</em></li>
</ul>
</div>
</div>
</div>
</div>
</body>
<footer>
<div class="footer"></div>
</footer>
</html>