feishin/src/renderer/index.ejs
2022-12-19 17:44:40 -08:00

14 lines
188 B
Text

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" />
<title>Feishin</title>
</head>
<body>
<div id="root"></div>
</body>
</html>