1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/app/index.html

19 lines
675 B
HTML
Raw Normal View History

2015-10-17 23:49:24 +02:00
<!DOCTYPE html>
2015-10-21 23:02:17 +02:00
<html manifest="manifest.appcache">
2015-10-17 23:49:24 +02:00
<head lang="en">
<meta charset="UTF-8">
2015-10-18 17:46:15 +02:00
<title>KeeWeb</title>
2015-10-17 23:49:24 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="favicon.png?__inline=true" />
<link rel="stylesheet" href="css/main.css?__inline=true" />
<script src="js/vendor.js?__inline=true"></script>
<script src="js/app.js?__inline=true"></script>
</head>
<body class="th-d">
<noscript>
<h1>KeePass Web App</h1>
<p>This app is written entirely in JavaScript. Please, enable JavaScript to run it.</p>
</noscript>
</body>
2015-10-21 23:02:17 +02:00
</html>