-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
37 lines (28 loc) · 1008 Bytes
/
index.php
File metadata and controls
37 lines (28 loc) · 1008 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>WPM</title>
<!-- Our CSS -->
<link rel="stylesheet" href="/css/index.css">
<!-- 3rd Party CSS -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/e8abc56752.js" crossorigin="anonymous"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
</head>
<body>
<header class="w3-blue w3-bar">
<a href="javascript:void(0);" class="w3-bar-item hidden">
<img src="/favicon.ico" alt="" height="30pt">
<br>
WPM
</a>
<a href="/" class="w3-bar-item w3-button">Home</a>
<a href="/about.php" class="w3-bar-item w3-button">About</a>
<a href="/login.php" class="w3-bar-item w3-button">Login</a>
</header>
<main>
Hi