keksAccountGUI/public/index.html

22 lines
937 B
HTML
Raw Normal View History

2019-05-21 15:41:19 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2019-05-22 12:51:57 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
2019-05-21 15:41:19 +00:00
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>keksaccountgui</title>
2019-05-22 12:51:57 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer>
</script>
2019-05-21 15:41:19 +00:00
</head>
<body>
<noscript>
<strong>We're sorry but keksaccountgui doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>