4u stars filter, static damage gen, rise updates
This commit is contained in:
36
templates/damage/base.html
Normal file
36
templates/damage/base.html
Normal file
@@ -0,0 +1,36 @@
|
||||
## -*- coding: utf-8 -*-
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Poogie's Calculator - ${self.title()}</title>
|
||||
<meta charset="utf-8" />
|
||||
<!-- Include meta tag to ensure proper rendering and touch zooming -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
|
||||
<!--link rel="stylesheet" href="/css/jquery-ui.min.css" /-->
|
||||
<!--script src="/js/jquery-ui.min.js"></script-->
|
||||
|
||||
<script src="/js/common.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<link rel="stylesheet" href="/css/poogie.css">
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-size: 1em;
|
||||
line-height: 1.3;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
img.icon { width: 20px; height: 20px; }
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<h1><%block name="title"/></h1>
|
||||
${self.body()}
|
||||
</body>
|
||||
Reference in New Issue
Block a user