mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
13 lines
283 B
HTML
13 lines
283 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Joplin</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="css/font-awesome.min.css">
|
|
</head>
|
|
<body>
|
|
<div id="react-root"></div>
|
|
<script src="main-html.js"></script>
|
|
</body>
|
|
</html> |