mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:58:09 -05:00
33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<html prefix="og: https://ogp.me/ns#">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<link rel="icon" href="<%= require('./favicon.ico') %>" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= require('./apple-touch-icon.png') %>" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= require('./favicon-32x32.png') %>" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= require('./favicon-16x16.png') %>" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<link rel="mask-icon" href="<%= require('./safari-pinned-tab.svg') %>" color="#cfc4fb" />
|
|
<meta name="msapplication-TileColor" content="#cfc4fb" />
|
|
<meta name="theme-color" content="#cfc4fb" />
|
|
<meta property="og:image" content="/src/images/pse-og.png" alt="pse logo" />
|
|
<link rel="canonical" href="http://tlsnotary.org" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="TLSNotary website" />
|
|
<title>TLSNotary</title>
|
|
|
|
<!-- Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
</html>
|