Merge pull request '💄 improved pasted frontend + README' (#8) from front-paste into main
Reviewed-on: #8
This commit is contained in:
commit
5e8f82c329
4 changed files with 13 additions and 8 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Plakken
|
|
@ -7,7 +7,6 @@
|
|||
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>
|
||||
|
|
|
@ -27,6 +27,10 @@ textarea {
|
|||
width: calc(100vw - 2rem);
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
nav {
|
||||
align-items: end;
|
||||
bottom: 1rem;
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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">
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
<pre><code>{{.Content}}</code></pre>
|
||||
|
|
Loading…
Reference in a new issue