WIP
This commit is contained in:
24
templates/homepage.html
Normal file
24
templates/homepage.html
Normal file
@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles/main.css') }}" type="text/css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link href='https://fonts.googleapis.com/css?family=Source Sans Pro' rel='stylesheet'>
|
||||
<title>squip_notes</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>$ ~/squip_notes</h3>
|
||||
<div class="div1">
|
||||
<form action="." method="POST">
|
||||
<input type="text" name="title" class="titleinput">
|
||||
<input type="text" name="text" class="textinput">
|
||||
<button type="submit">OK</button>
|
||||
</form>
|
||||
<br>
|
||||
{{ nr }}
|
||||
<div>
|
||||
|
||||
</body>
|
||||
</meta>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user