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>
|
<title>{{board.Board}}</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<link rel="stylesheet" href="/static/krane.css" />
|
<link rel="stylesheet" href="/static/krane.css" />
|
||||||
<script type="text/javascript" src="/static/overchan.js">
|
<script type="text/javascript" src="/static/overchan.js"></script>
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{{board.Navbar}}}
|
{{{board.Navbar}}}
|
||||||
<div class="sitetitle">
|
<div class="sitetitle">
|
||||||
<h2><a href="{{Prefix}}">OVERCHAN</a></h2>
|
<h2><a href="#">CHANGOLIA</a></h2>
|
||||||
<b>decentralized and distributed</b>
|
<b>Most of the rest of the wild west.</b>
|
||||||
</div>
|
</div>
|
||||||
<center><b>{{board.Name}}</b></center>
|
<center><b>{{board.Name}}</b></center>
|
||||||
<br />
|
<br />
|
||||||
|
@ -12,10 +12,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
|
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
|
||||||
<title> OVERCHAN </title>
|
<title> CHANGOLIA </title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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/>
|
<hr/>
|
||||||
<footer>
|
<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>
|
<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}}}
|
{{{thread.Navbar}}}
|
||||||
<hr />
|
<hr />
|
||||||
<div class="sitetitle">
|
<div class="sitetitle">
|
||||||
<h2><a href="{{thread.Prefix}}">OVERCHAN</a></h2>
|
<h2><a href="{{thread.Prefix}}">CHANGOLIA</a></h2>
|
||||||
<b>decentralized and distributed</b>
|
<b>Most of the rest of the wild west.</b>
|
||||||
</div>
|
</div>
|
||||||
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
|
<center><b><a href="{{thread.BoardURL}}">{{thread.Board}}</a></b></center>
|
||||||
<br />
|
<br />
|
||||||
|
@ -16,7 +16,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="overboard">
|
<body class="overboard">
|
||||||
<hr />
|
<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">
|
<div id="paginator">
|
||||||
{{#prev}}
|
{{#prev}}
|
||||||
<span id="prev">
|
<span id="prev">
|
||||||
|
Reference in New Issue
Block a user