Compare commits

..

No commits in common. "5e8f82c3291a2b613db7d990b2ebc4ef332ca09f" and "d28013ae893912926a608875f16c572c1661c796" have entirely different histories.

4 changed files with 8 additions and 13 deletions

View file

@ -1 +0,0 @@
# Plakken

View file

@ -7,6 +7,7 @@
name="description">
<meta content="Plakken" name="author">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<title>New plak • Plakken</title>
<link href="/static/style.css" rel="stylesheet">
</head>

View file

@ -27,10 +27,6 @@ textarea {
width: calc(100vw - 2rem);
}
pre {
margin: 15px;
}
nav {
align-items: end;
bottom: 1rem;

View file

@ -1,14 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="Plakken, paste, pastebin" name="keywords">
<meta content="Plakken is a simple open-source paste service where you can store store text for a set period of time."
name="description">
<meta content="Plakken" name="author">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Plak {{.Key}} • Plakken</title>
<link href="/static/style.css" rel="stylesheet">
<title>{{.Key}}</title>
<meta charset="UTF-8">
<meta content="width=device-width, user-scalable=no, initial-scale=1.0"
name="viewport">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<title>Plak {{.Key}}• Plakken</title>
<link href="/static/style.css" rel="stylesheet">
</head>
<body>
<pre><code>{{.Content}}</code></pre>