First Flask prototype
Showing
- Makefile.in 1 addition, 1 deletionMakefile.in
- app/__init__.py 8 additions, 0 deletionsapp/__init__.py
- app/routes.py 13 additions, 0 deletionsapp/routes.py
- app/static/css/bootstrap.min.css 6 additions, 0 deletionsapp/static/css/bootstrap.min.css
- app/static/css/main.css 27 additions, 0 deletionsapp/static/css/main.css
- app/static/fonts/glyphicons-halflings-regular.eot 0 additions, 0 deletionsapp/static/fonts/glyphicons-halflings-regular.eot
- app/static/fonts/glyphicons-halflings-regular.svg 288 additions, 0 deletionsapp/static/fonts/glyphicons-halflings-regular.svg
- app/static/fonts/glyphicons-halflings-regular.ttf 0 additions, 0 deletionsapp/static/fonts/glyphicons-halflings-regular.ttf
- app/static/fonts/glyphicons-halflings-regular.woff 0 additions, 0 deletionsapp/static/fonts/glyphicons-halflings-regular.woff
- app/static/fonts/glyphicons-halflings-regular.woff2 0 additions, 0 deletionsapp/static/fonts/glyphicons-halflings-regular.woff2
- app/static/js/bootstrap.min.js 7 additions, 0 deletionsapp/static/js/bootstrap.min.js
- app/static/js/jquery-3.3.1.slim.min.js 2 additions, 0 deletionsapp/static/js/jquery-3.3.1.slim.min.js
- app/templates/index.html 160 additions, 0 deletionsapp/templates/index.html
- km3mon.py 1 addition, 0 deletionskm3mon.py
- plots/.gitkeep 0 additions, 0 deletionsplots/.gitkeep
app/__init__.py
0 → 100644
app/routes.py
0 → 100644
app/static/css/bootstrap.min.css
0 → 100644
This diff is collapsed.
app/static/css/main.css
0 → 100644
File added
This diff is collapsed.
File added
File added
File added
app/static/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
app/static/js/jquery-3.3.1.slim.min.js
0 → 100644
This diff is collapsed.
app/templates/index.html
0 → 100644
km3mon.py
0 → 100644
plots/.gitkeep
0 → 100644
Please register or sign in to comment