forgot this oops
This commit is contained in:
parent
ea4fca4596
commit
86508aad5c
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
2
inc/footer.php
Executable file
2
inc/footer.php
Executable file
@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
18
inc/header.php
Executable file
18
inc/header.php
Executable file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<link rel="fav icon" href="assets/favicon.png">
|
||||
<script src="js/app.js"></script>
|
||||
<title>Miles Linden for San Jose City Council</title>
|
||||
</head>
|
||||
<body>
|
||||
<nav id="main-nav">
|
||||
<a href="/#home">Home</a>
|
||||
<a href="/#about">About</a>
|
||||
<a href="/#joinus">Join</a>
|
||||
<a href="/#donate">Donate</a>
|
||||
<a href="/#contact">Contact</a>
|
||||
</nav>
|
Loading…
x
Reference in New Issue
Block a user