-
Notifications
You must be signed in to change notification settings - Fork 4
/
head.html
35 lines (35 loc) · 1.67 KB
/
head.html
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
<html>
<head>
<meta charset="UTF-8">
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="http://codytaylor.cc/style/normalize.css">
<link rel="stylesheet" type="text/css" href="http://codytaylor.cc/style/skeleton.css">
<link rel="stylesheet" type="text/css" href="http://codytaylor.cc/style/style.css">
<link rel="stylesheet" type="text/css" href="http://codytaylor.cc/style/font.css">
<link rel="stylesheet" type="text/css" href="http://codytaylor.cc/style/print.css" media="print">
<link href="http://codytaylor.cc/tipuesearch/tipuesearch.css" rel="stylesheet">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
</script>
<title></title>
</head>
<body>
<div class="container">
<!--<header>-->
<div class="row">
<a href="/"><div class="twelve columns logo"></div></a>
</div>
<div class="row menu" id="menu">
<a href="/"><div class="three columns menu menu-item" id="home">Home</div></a>
<a href="/archive"><div class="three columns menu menu-item" id="archive">Archive</div></a>
<a href="/about.html"><div class="three columns menu menu-item" id="about">About</div></a>
<div class="three columns menu menu-item"><form id="search-form" action="/search.html"><input id="tipue_search_input" type="text" name="q" autocomplete="off" required></form></div>
</div>
<!--</header>-->
<div class="row main">
<div class="twelve columns">
<!--<div class="twelve columns"><a href="print.pdf"><img id="pdf" src="scope-images/pdf.svg"></img></div>-->
<!--Begin Content-->