Theme select

This commit is contained in:
justine
2022-03-20 19:33:42 +01:00
parent efd8622146
commit 8447447ed4
8 changed files with 542 additions and 17 deletions

View File

@ -1,12 +1,12 @@
<html>
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='styles/main.css') }}" type="text/css" />
<link rel="stylesheet" href="{{ csslink }}" 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>sqnotes</title>
</head>
<body>
<form action="." method="GET"><button type="submit" value="switchpls" name="switchpls" class="themebutton">Change theme</button></form>
<h1 class="pagetitle">$ ~/sqnotes</h1><a class="exportlink" href="{{ url_for('rawnotes') }}">Raw notes</a>
<form action="." method="POST">
<input type="text" name="title" class="title" placeholder="Title"><br>