Updates
This commit is contained in:
18
app/templates/block_head.htm
Normal file
18
app/templates/block_head.htm
Normal file
@@ -0,0 +1,18 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ProgName}} - {{Title}}</title>
|
||||
<link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
|
||||
.spoiler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mywindow2 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user