pas2js/demo/templates/index.html
2019-09-12 20:38:59 +00:00

18 lines
385 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="icon" type="image/png" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Template loader demo</title>
<script src="templates.js"></script>
</head>
<body>
<script>
rtl.run();
</script>
</body>
</html>