2023-10-14 16:06:02 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
2023-10-21 19:16:00 +00:00
|
|
|
<title>PolyculeConnect</title>
|
2023-10-14 16:06:02 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-10-21 18:56:24 +00:00
|
|
|
|
2023-10-21 21:46:06 +00:00
|
|
|
<link rel="stylesheet" href="/static/style/index.css">
|
|
|
|
|
2023-10-21 18:56:24 +00:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
|
|
|
|
<link rel="manifest" href="/static/icons/site.webmanifest">
|
|
|
|
<link rel="mask-icon" href="/static/icons/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
<meta name="msapplication-TileColor" content="#9f00a7">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
2023-10-14 16:06:02 +00:00
|
|
|
</head>
|
|
|
|
|
2023-10-21 21:46:06 +00:00
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="site-header">
|
|
|
|
<div class="site-logo">
|
|
|
|
<img src="/static/img/logo-text.png" alt="PolyculeConnect website logo">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|