-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfish.html
More file actions
24 lines (21 loc) · 762 Bytes
/
fish.html
File metadata and controls
24 lines (21 loc) · 762 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Fish</title>
</head>
<body>
<div class="container">
<section id="main_content">
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Fish</h3>
<img src="images/"/>
<p>Content here blah blah blah</p>
<a class="btn" href="index.html">Back</a>
</section>
</div>
</body>
</html>