mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-13 01:41:54 +00:00
36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<base href="/">
|
|
<title>Playable</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width">
|
|
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 9]>
|
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
|
<![endif]-->
|
|
|
|
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-70285617-3');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
<!--Unable to bundle ace.js using webpack. Hence have it imported here.-->
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.2.6/ace.js"></script>
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/0.3.1/showdown.min.js"></script>
|
|
|
|
<navbar></navbar>
|
|
<div ui-view=""></div>
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|