mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
47a88427da
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
20 lines
650 B
HTML
20 lines
650 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link href="%PUBLIC_URL%/favicon.ico" rel="icon"/>
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
|
<meta content="#000000" name="theme-color"/>
|
|
<meta
|
|
content="Web site created using create-react-app"
|
|
name="description"
|
|
/>
|
|
<link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/>
|
|
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
|
|
<title>React App</title>
|
|
</head>
|
|
<body class="bg-dark">
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|