This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
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>