mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-14 19:24:59 +00:00
19 lines
826 B
HTML
19 lines
826 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5" />
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Inconsolata:wght@400;700" />
|
|
<title>Graphite</title>
|
|
<meta name="apple-mobile-web-app-title" content="Graphite" />
|
|
<meta name="application-name" content="Graphite" />
|
|
<meta name="msapplication-TileColor" content="#ffffff" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
<meta name="color-scheme" content="dark only" />
|
|
<meta name="darkreader-lock" />
|
|
</head>
|
|
<body>
|
|
<!-- This script tag points to the source of the JS file we want to load and bundle -->
|
|
<script type="module" src="src/main.ts"></script>
|
|
</body>
|
|
</html>
|