-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
20 lines (17 loc) · 861 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<link rel="stylesheet" href="mathscribe/jqmath-0.4.3.css">
<link rel="stylesheet" href="css/navbar.css">
<script src="mathscribe/jquery-1.4.3.min.js"></script>
<script src="mathscribe/jqmath-etc-0.4.6.min.js" charset="utf-8"></script>
</head>
<body style="margin:0;">
<div class="navbar">
<img src="images/logo.jpg" class="logo">
<div class="title"><b>Oursaco</b> Blog</div>
<button class="button" onclick="window.location.href='/index.html'"><a href="index.html">Home</a></button>
<button class="button" onclick="window.location.href='/about.html'"><a href="about.html">About</a></button>
<button class="button" onclick="window.location.href='/links.html'"><a href="links.html">Links</a></button>
</div>
</body>
</html>