You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
768 B
34 lines
768 B
## -*- 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>
|