make pure css translate site default
links to old sites
This commit is contained in:
33
templates/translate/base.html
Normal file
33
templates/translate/base.html
Normal file
@@ -0,0 +1,33 @@
|
||||
## -*- coding: utf-8 -*-
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Poogie Translate</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">
|
||||
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
|
||||
<link rel="stylesheet"
|
||||
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
|
||||
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
${self.body()}
|
||||
</body>
|
||||
Reference in New Issue
Block a user