Archived
1
0
This commit is contained in:
jeff 2015-10-08 11:49:30 -04:00
parent f7211600f8
commit 04126b743c
9 changed files with 9 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>