aa
This commit is contained in:
9
src/app/templates/index.html
Normal file
9
src/app/templates/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!-- templates/index.html -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head><title>DevOps App</title></head>
|
||||
<body>
|
||||
<h1>{{ header|safe }}</h1>
|
||||
<div>{{ content|safe }}</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user