💄 improved pasted frontend + README #8
4 changed files with 14 additions and 9 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# Plakken
|
|
@ -7,9 +7,8 @@
|
||||||
name="description">
|
name="description">
|
||||||
<meta content="Plakken" name="author">
|
<meta content="Plakken" name="author">
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<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>
|
<title>New plak • Plakken</title>
|
||||||
<link href="style.css" rel="stylesheet">
|
<link href="/static/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
|
|
@ -27,6 +27,10 @@ textarea {
|
||||||
width: calc(100vw - 2rem);
|
width: calc(100vw - 2rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
align-items: end;
|
align-items: end;
|
||||||
bottom: 1rem;
|
bottom: 1rem;
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>{{.Key}}</title>
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta content="width=device-width, user-scalable=no, initial-scale=1.0"
|
<meta content="Plakken, paste, pastebin" name="keywords">
|
||||||
name="viewport">
|
<meta content="Plakken is a simple open-source paste service where you can store store text for a set period of time."
|
||||||
<meta content="ie=edge" http-equiv="X-UA-Compatible">
|
name="description">
|
||||||
|
<meta content="Plakken" name="author">
|
||||||
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||||
<title>Plak {{.Key}} • Plakken</title>
|
<title>Plak {{.Key}} • Plakken</title>
|
||||||
<link href="/static/style.css" rel="stylesheet">
|
<link href="/static/style.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue