Cleanup work, bench #71
This commit is contained in:
28
bench_view_template.html
Normal file
28
bench_view_template.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>Bench #{1} - Aaron Gutierrez</title>
|
||||
<link rel="stylesheet" href="/site.css" >
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Bench #{1}</h1>
|
||||
</header>
|
||||
<main>
|
||||
<div class="img-view">
|
||||
{0}
|
||||
</div>
|
||||
<div class="nav">
|
||||
<a href="{2}">Prev</a>
|
||||
<a href="/">Home</a>
|
||||
<a href="{3}">Next</a>
|
||||
</nav>
|
||||
</main>
|
||||
<hr>
|
||||
<footer>
|
||||
<a href="https://www.aarongutierrez.com">www.aarongutierrez.com</a>
|
||||
<a href="https://www.frat.tech">www.frat.tech</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user