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

25 lines
991 B
HTML
Raw Normal View History

2015-10-17 23:49:24 +02:00
<!DOCTYPE html>
2015-12-06 21:32:41 +01:00
<html>
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>
<meta name="kw-signature" content="">
<meta name="kw-config" content="(no-config)">
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">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#6386EC">
2015-10-17 23:49:24 +02:00
<link rel="shortcut icon" href="favicon.png?__inline=true" />
2017-11-11 19:40:07 +01:00
<link rel="apple-touch-icon" sizes="192x192" href="icons/touchicon.png">
<link rel="mask-icon" href="icons/tabicon.svg" color="#5172D3">
2016-02-07 14:09:35 +01:00
<link rel="stylesheet" href="css/main.css?__inline=true" />
2015-10-17 23:49:24 +02:00
<script src="js/vendor.js?__inline=true"></script>
<script src="js/app.js?__inline=true"></script>
</head>
<body class="th-d">
<noscript>
2015-11-07 08:55:45 +01:00
<h1>KeeWeb</h1>
2017-05-13 13:38:34 +02:00
<p>KeeWeb is a password manager written in JavaScript. Please, enable JavaScript to run it.</p>
2015-10-17 23:49:24 +02:00
</noscript>
</body>
2015-10-21 23:02:17 +02:00
</html>