kosmos/akkounts-web
kosmos
/
akkounts-web
Archived
8
1
Fork 0
This repository has been archived on 2022-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
akkounts-web/app/index.html

23 lines
886 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Kosmos Accounts</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/akkounts-web.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:300,600|Abel' rel='stylesheet' type='text/css'>
{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/akkounts-web.js"></script>
{{content-for "body-footer"}}
<script src ="https://btcpay.kosmos.org/modal/btcpay.js"></script>
</body>
</html>