1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-07-05 09:00:55 +02:00
Nativefier/app/index.html

19 lines
381 B
HTML
Raw Normal View History

2015-07-05 08:08:13 +02:00
<!doctype html>
<html lang="en">
<head>
2016-01-19 13:51:26 +01:00
<meta charset="UTF-8">
<title>Nativefier</title>
<link rel="stylesheet" href="assets/css/main.css">
2015-07-05 08:08:13 +02:00
</head>
<body>
2016-01-19 13:51:26 +01:00
<div id="loading-container" class="valign-content">
<div class="loader">Loading...</div>
</div>
2015-07-05 08:08:13 +02:00
2016-01-19 13:51:26 +01:00
<div id="webViewDiv" style="width:100%; height:100%"></div>
2015-07-05 08:08:13 +02:00
<script src="assets/js/index.js"></script>
</body>
2016-01-19 04:23:52 +01:00
</html>