fak
This commit is contained in:
parent
f7211600f8
commit
04126b743c
@ -15,7 +15,7 @@
|
|||||||
<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"></link>
|
||||||
<style src="{{board.Prefix}}static/user.css" type="text/css" />
|
<style src="{{board.Prefix}}static/user.css" type="text/css"></style>
|
||||||
<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 src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<title> {{frontend}} on nntpchan </title>
|
<title> {{frontend}} on nntpchan </title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<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>
|
||||||
<style src="{{prefix}}static/user.css" type="text/css" />
|
<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>
|
||||||
<body>
|
<body>
|
||||||
|
@ -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"></link>
|
||||||
<style src="{{prefix}}static/user.css" type="text/css" />
|
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<title>login</title>
|
<title>login</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -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 src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<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"></link>
|
||||||
<style src="{{prefix}}static/user.css" type="text/css" />
|
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<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>
|
||||||
|
@ -7,7 +7,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"></link>
|
||||||
<style src="{{prefix}}static/user.css" type="text/css" />
|
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<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>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<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"></link>
|
||||||
<style src="{{thread.Prefix}}static/user.css" type="text/css" />
|
<style src="{{thread.Prefix}}static/user.css" type="text/css"></style>
|
||||||
<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>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<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"></link>
|
||||||
<style src="{{prefix}}static/user.css" type="text/css" />
|
<style src="{{prefix}}static/user.css" type="text/css"></style>
|
||||||
<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