21 lines
623 B
PHP
Executable File
21 lines
623 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/css/styles.css">
|
|
<title>Tesses</title>
|
|
</head>
|
|
<body>
|
|
<nav class="nav-bar">
|
|
<h1>Tesses</h1>
|
|
<ul>
|
|
|
|
|
|
<li class="nav-link"><a href="/">Home</a></li>
|
|
<li class="nav-link"><a href="/othersites.php">My Other Sites</a></li>
|
|
<li class="nav-link"><a href="/apps/">Apps</a></li>
|
|
</ul>
|
|
</nav>
|
|
<main> |