Initial
This commit is contained in:
26
public/home.html
Normal file
26
public/home.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home</title>
|
||||
<link rel="stylesheet" href="../assets/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<h2>Home</h2>
|
||||
<a href="search.html">Search Users</a>
|
||||
<br>
|
||||
<a href="info.html">Personal Information</a>
|
||||
<br>
|
||||
<a class="visibilityRestriction" data-role="professor" href="sections.html">Manage My Sections</a>
|
||||
<br>
|
||||
<button id="logoutButton">Log Out</button>
|
||||
<br>
|
||||
<button id="deleteButton">Delete Account</button>
|
||||
|
||||
<script type="module" src="logout.js"></script>
|
||||
<script type="module" src="delete.js"></script>
|
||||
|
||||
<script type="module" src="visibility.js"></script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user