1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-05 12:50:29 +02:00
joplin/ElectronClient/app/index.html
Laurent Cozic 26deb2ceb4 Styling
2017-11-08 22:23:26 +00:00

13 lines
279 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Joplin</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/ionicons.min.css">
</head>
<body>
<div id="react-root"></div>
<script src="main-html.js"></script>
</body>
</html>