i suck at css
This commit is contained in:
parent
04126b743c
commit
f6400b3cb5
@ -1,3 +1,3 @@
|
|||||||
/*
|
/*
|
||||||
put your styles here
|
put your custom stylesheet here
|
||||||
*/
|
*/
|
@ -14,8 +14,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{board.Prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{board.Prefix}}static/site.css" />
|
||||||
<style src="{{board.Prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{board.Prefix}}static/user.css" />
|
||||||
<script type="text/javascript" src="{{board.Prefix}}static/nntpchan.js"></script>
|
<script type="text/javascript" src="{{board.Prefix}}static/nntpchan.js"></script>
|
||||||
<title>{{board.Board}}</title>
|
<title>{{board.Board}}</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{prefix}}static/user.css"></link>
|
||||||
<title> {{frontend}} on nntpchan </title>
|
<title> {{frontend}} on nntpchan </title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"></meta>
|
<meta charset="utf-8"></meta>
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<title> here is a new tripcode </title>
|
<title> here is a new tripcode </title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link ref="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link ref="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<title>login</title>
|
<title>login</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
}}
|
}}
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link ref="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link ref="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css" />
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<meta http-equiv="refresh" content="1; {{mod_prefix}}"></meta>
|
<meta http-equiv="refresh" content="1; {{mod_prefix}}"></meta>
|
||||||
<title>login</title>
|
<title>login</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>create new board</title>
|
<title>create new board</title>
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<script type="text/javascript" src="{{prefix}}static/newboard.js">
|
<script type="text/javascript" src="{{prefix}}static/newboard.js">
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
|
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
|
||||||
<body>
|
<body>
|
||||||
<p>post failed: {{reason}}</p>
|
<p>post failed: {{reason}}</p>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
}}
|
}}
|
||||||
<html>
|
<html>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<meta http-equiv="refresh" content="2; {{redirect_url}}" />
|
<meta http-equiv="refresh" content="2; {{redirect_url}}" />
|
||||||
<body>
|
<body>
|
||||||
<pre>posted as {{message_id}}</pre>
|
<pre>posted as {{message_id}}</pre>
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css" />
|
||||||
<style src="{{thread.Prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
|
||||||
<script type="text/javascript" src="{{thread.Prefix}}static/nntpchan.js"></script>
|
<script type="text/javascript" src="{{thread.Prefix}}static/nntpchan.js"></script>
|
||||||
<title> {{thread.OP.Subject}} </title>
|
<title> {{thread.OP.Subject}} </title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<title> ukko / overboard </title>
|
<title> ukko / overboard </title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
|
<link rel="stylesheet" href="{{prefix}}static/site.css" />
|
||||||
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||||
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user