mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Pre Refactor of main loop
This commit is contained in:
9
src/frontend/templates/index.html
Normal file
9
src/frontend/templates/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>pyShelf Content Server</title>
|
||||
<link href="{{ url_for('static', path='/styles.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>ID: {{ id }}</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user