-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 1.46 KB
/
index.html
File metadata and controls
21 lines (19 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"><!-- Sets UTF --><!-- Title in address bar -->
<title>Admin</title>
<script src="https://www.luxiagov.org/assets/main.js"></script>
<script src="assets/main.py"></script>
<!-- Sets viewing --><meta name="viewport" content="width=device-width, initial-scale=1" /><!-- Sets stylesheets -->
<link href="assets/css/main.css" rel="stylesheet" /><!-- Sets favicon in address bar -->
<link href="https://vignette.wikia.nocookie.net/micronations/images/4/42/Luxia_Flag.png/revision/latest?cb=20171227172003" rel="icon" type="image/x-icon" />
<link href="https://vignette.wikia.nocookie.net/micronations/images/4/42/Luxia_Flag.png/revision/latest?cb=20171227172003" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<p style= "Color:Blue" > Hi try out this site. Click the top link to create a new profile for you and the bottom one to search for your profile that you have entered before. If you are new start by clicking th top link and press submit then we will have your info for you to search up anytime you need it.</p>
<h2 style= "Color:Red" > Click this for creation of profile </h2>
<a href="profile.html">Create profile </a>
<h2 style= "Color:Red" > Click this for searching up profile </h2>
<a href= "http://localhost:5000/getprofile"> Get profile </a>
</body>
</html>