pastebin/templates/header.rs.html

18 lines
462 B
HTML
Raw Normal View History

2019-04-17 07:41:33 +00:00
@()
2019-03-02 16:35:05 +00:00
<!DOCTYPE html>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>pastebin.run</title>
<link rel=stylesheet href="/static/style.css">
2019-03-13 08:54:35 +00:00
<meta name=description content="Pastebin.run is a website for privately storing and sharing text online.">
2019-03-02 16:35:05 +00:00
<header>
2019-03-15 07:39:49 +00:00
<div>
<a href="/">
<h1>pastebin<small>.run</small></h1>
</a>
2019-10-09 14:47:08 +00:00
<nav id="menu-buttons"></nav>
2019-03-15 07:39:49 +00:00
</div>
2019-03-02 16:35:05 +00:00
</header>
<article>