Skip to content

Commit

Permalink
Fix (#8)
Browse files Browse the repository at this point in the history
* adding static/dist

* dist content
  • Loading branch information
msaunby authored Feb 11, 2023
1 parent 7dce45c commit 57fe311
Show file tree
Hide file tree
Showing 38 changed files with 4,576 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
#dist/
downloads/
eggs/
.eggs/
Expand Down
30 changes: 30 additions & 0 deletions flaskserver/static/dist/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* http://meyerweb.com/eric/tools/css/reset/
v4.0 | 20180602
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
display: block;
}
8 changes: 8 additions & 0 deletions flaskserver/static/dist/reveal.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions flaskserver/static/dist/reveal.esm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions flaskserver/static/dist/reveal.esm.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions flaskserver/static/dist/reveal.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions flaskserver/static/dist/reveal.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 57fe311

Please sign in to comment.