app/src/index.html

17 lines
333 B
HTML
Raw Normal View History

2018-08-14 12:26:23 +00:00
<!doctype html>
<html lang="en">
2018-08-14 19:10:02 +00:00
2018-08-14 12:26:23 +00:00
<head>
<meta charset="utf-8">
<title>ElectronApp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
2018-08-14 19:10:02 +00:00
<body class="platform-win32 theme-light">
2018-08-14 12:26:23 +00:00
<of-root></of-root>
</body>
2018-08-14 19:10:02 +00:00
</html>