add logo
This commit is contained in:
parent
bf35e678da
commit
f18ece1f00
BIN
contrib/static/changolia-logo.png
Normal file
BIN
contrib/static/changolia-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
@ -18,14 +18,13 @@
|
||||
<title>{{board.Board}}</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="/static/krane.css" />
|
||||
<script type="text/javascript" src="/static/overchan.js">
|
||||
</script>
|
||||
<script type="text/javascript" src="/static/overchan.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
{{{board.Navbar}}}
|
||||
<div class="sitetitle">
|
||||
<h2><a href="{{Prefix}}">OVERCHAN</a></h2>
|
||||
<b>decentralized and distributed</b>
|
||||
<h2><a href="#">CHANGOLIA</a></h2>
|
||||
<b>Most of the rest of the wild west.</b>
|
||||
</div>
|
||||
<center><b>{{board.Name}}</b></center>
|
||||
<br />
|
||||
|
@ -12,10 +12,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
|
||||
<title> OVERCHAN </title>
|
||||
<title> CHANGOLIA </title>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1><a href="{{prefix}}o/">enter</a></h1></center>
|
||||
<center>
|
||||
<img src="{{prefix}}static/changolia-logo.png" />
|
||||
<h1><a href="{{prefix}}o/">enter</a></h1>
|
||||
</center>
|
||||
<hr/>
|
||||
<footer>
|
||||
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
|
@ -23,8 +23,8 @@
|
||||
{{{thread.Navbar}}}
|
||||
<hr />
|
||||
<div class="sitetitle">
|
||||
<h2><a href="{{thread.Prefix}}">OVERCHAN</a></h2>
|
||||
<b>decentralized and distributed</b>
|
||||
<h2><a href="{{thread.Prefix}}">CHANGOLIA</a></h2>
|
||||
<b>Most of the rest of the wild west.</b>
|
||||
</div>
|
||||
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
|
||||
<br />
|
||||
|
@ -16,7 +16,11 @@
|
||||
</head>
|
||||
<body class="overboard">
|
||||
<hr />
|
||||
<center><b>OVERCHAN</b></center>
|
||||
|
||||
<div class="sitetitle">
|
||||
<h2><a href="#">CHANGOLIA</a></h2>
|
||||
<b>Most of the rest of the wild west.</b>
|
||||
</div>
|
||||
<div id="paginator">
|
||||
{{#prev}}
|
||||
<span id="prev">
|
||||
|
Reference in New Issue
Block a user