Skip to content

Commit a20b403

Browse files
committed
Create index.html
1 parent ef63576 commit a20b403

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<title>Python + React example</title>
4+
<link rel="stylesheet" href="static/css/bootstrap.css">
5+
<link rel="stylesheet" href="static/css/app.css">
6+
</head>
7+
<body>
8+
<div class="container">
9+
<h1>Python + React example</h1>
10+
{% raw rendered %}
11+
</div>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)