-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepeated.html
More file actions
26 lines (24 loc) · 1.07 KB
/
repeated.html
File metadata and controls
26 lines (24 loc) · 1.07 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
<div id="accountPopup" class="account-popup">
<div class="popup-content">
<span class="close" onclick="closeAccountPopup()">×</span>
<p id="accountUsername"></p>
<button onclick="logout()">Logout</button>
</div>
</div>
<div class="header">
<div><a href="index.html"><img src="images/aaa.png" alt="asia logo" style="width:150px;height:150px;"></a></div>
<h1>Asia Pacific College of Business and Arts</h1>
<p><strong>Ad majorem Dei gloriam.</strong></p>
<p><strong>404600</strong></p>
</div>
<div class="navbar">
<a href="index.html" target="_self">Home</a>
<a href="courses.html" target="_self">Courses</a>
<a href="staff.html" target="_self">Staff</a>
<a href="activities.html" target="_self">Activities/News</a>
<a href="about.html" target="_self">Contacts/Info</a>
<a href="faq.html" target="_self">FAQs</a>
<a href="#" onclick="openLogin()" style="float: right;">Login</a>
<a href="#" onclick="openAccountPopup()" style="float: right;">Account</a>
<a href="files.html" id="filesLinkContainer">Files/Downloads</a>
</div>