mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
11
flask/templates/index.html
Normal file
11
flask/templates/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<script src="{{ url_for('static', filename='script.js') }}" defer></script>
|
||||
<title>Minimal Flask App</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, Flask!</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user