Initial Commit
This commit is contained in:
30
source/templates/index.html
Normal file
30
source/templates/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Jackson Secretary</title>
|
||||
<link href="/static/style.css" rel="stylesheet" />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Lexend"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://accounts.google.com/gsi/client"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>Jackson</h1>
|
||||
</div>
|
||||
<div class="filler"></div>
|
||||
<div id="content"></div>
|
||||
<div class="filler"></div>
|
||||
<form name="chatbox">
|
||||
<input
|
||||
type="text"
|
||||
name="msg-input"
|
||||
id="msg-input"
|
||||
placeholder="Schedule the future"
|
||||
/>
|
||||
<input type="submit" id="submit-btn" value=">" />
|
||||
</form>
|
||||
<script src="/static/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
2
source/templates/requirements.txt
Normal file
2
source/templates/requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Flask==3.0.0
|
||||
requests
|
||||
Reference in New Issue
Block a user