forked from ylz/weeklypicphp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUR_wrong.html
27 lines (25 loc) · 1.14 KB
/
UR_wrong.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WeeklyPic-One-Stop-Foto</title>
<style type="text/css">
body {margin:30px auto; max-width:650px; line-height:1.6; font-size:18px;
color:#444; padding:0 10px;
background:#eee;
-webkit-font-smoothing:antialiased;
font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif }
h1,h2,h3 {line-height:1.2}
input {font-size:18px}
</style>
</head>
<body>
<h1>Hallo! ❤️</h1>
<h2>Wilkommen zum WeeklyPic One-Stop-Foto!</h2>
<p><b>Du bist hier aber vermutlich falsch.</b></p>
<p>Vielleicht wolltest du dich auf <a href="https://www.weeklypic.de/">Weeklypic</a> umschauen, dann folge dem <a href="https://www.weeklypic.de/">Link.</a></p>
<p>Wenn du den Bilder-Upload suchst, prüfe deine URL und frage bei Problemen im WeeklyPic-Slack-Chat nach.</p>
<p>Sollte etwas nicht wie erwartet funktionieren, informiere bitte den Admin dieses Servers, bzw. melde dich im WeeklyPic-Slack-Channel #entwickler-talk.</p>
</body>
</html>