mirror of
https://github.com/defold/extension-iap
synced 2025-06-27 18:37:44 +02:00
23 lines
646 B
HTML
23 lines
646 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link rel="stylesheet" href="css/rouge.css">
|
|
<link rel="stylesheet" href="css/fonts.css">
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
<title>{{ site.title }}</title>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<section>
|
|
{{ content }}
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|