actual/packages/desktop-electron/about/about.html

17 lines
429 B
HTML
Raw Normal View History

2022-04-29 02:44:38 +00:00
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color: #303030;
font-size: 12px;
}
</style>
</head>
<body>
<div id="root" />
<script src="index.js"></script>
</body>
</html>