mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Add materializecss.
This commit is contained in:
parent
96fc8f4064
commit
bc5ec9695f
9067
app/static/css/materialize.css
vendored
Normal file
9067
app/static/css/materialize.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13
app/static/css/materialize.min.css
vendored
Normal file
13
app/static/css/materialize.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
12374
app/static/js/materialize.js
vendored
Normal file
12374
app/static/js/materialize.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
app/static/js/materialize.min.js
vendored
Normal file
6
app/static/js/materialize.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -0,0 +1,20 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>
|
||||||
|
Opaque - {% block title %}{% endblock %}
|
||||||
|
</title>
|
||||||
|
<!--Import Google Icon Font-->
|
||||||
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
<!--Import materialize.css-->
|
||||||
|
<link type="text/css" rel="stylesheet" href="static/css/materialize.min.css" media="screen,projection"/>
|
||||||
|
|
||||||
|
<!--Let browser know website is optimized for mobile-->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
|
</head>
|
||||||
|
<body class="blue-grey lighten-5">
|
||||||
|
{% block body %}{% endblock %}
|
||||||
|
|
||||||
|
<!--JavaScript at end of body for optimized loading-->
|
||||||
|
<script type="text/javascript" src="static/js/materialize.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user