Picsur/frontend/public/index.html

18 lines
458 B
HTML
Raw Normal View History

2022-02-23 18:09:53 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2022-02-27 19:27:22 +00:00
<link rel="icon" href="/image/logo/picsur.ico" />
2022-02-23 18:09:53 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/css/normalize.css" />
2022-02-28 09:29:40 +00:00
<link rel="stylesheet" href="/css/opensans.css" />
2022-02-23 18:09:53 +00:00
2022-02-27 19:27:22 +00:00
<title>Picsur</title>
2022-02-23 18:09:53 +00:00
</head>
<body>
<noscript>Sorry, but you need javascript</noscript>
<div id="root"></div>
</body>
</html>