AdGuardHome/client/public/index.html

21 lines
810 B
HTML
Raw Normal View History

2018-08-30 15:25:33 +01:00
<!DOCTYPE html>
<html lang="en">
2019-01-18 16:29:51 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta name="google" content="notranslate">
2019-12-19 09:13:15 +00:00
<meta http-equiv="x-dns-prefetch-control" content="off">
2020-05-14 12:45:16 +01:00
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon-180x180.png" />
2020-05-29 16:40:58 +01:00
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#67B279">
2020-05-14 12:45:16 +01:00
<link rel="icon" type="image/png" href="assets/favicon.png" sizes="48x48">
2019-01-18 16:29:51 +00:00
<title>AdGuard Home</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
2018-08-30 15:25:33 +01:00
</html>