Files
MainSite/app/templates/block_head.htm
2024-02-29 01:04:07 +04:00

19 lines
431 B
HTML

<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>