gallium-workshop/public/index.html
2023-08-30 19:53:05 -07:00

50 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Gallium Workshop</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"
/>
<link rel="stylesheet" href="./index.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/icons/favicon-16x16.png"
/>
<link rel="manifest" href="assets/icons/site.webmanifest" />
<link rel="shortcut icon" href="assets/icons/favicon.ico" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta
name="msapplication-config"
content="assets/icons/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<img id="logo" src="assets/img/gallium-workshop.png" />
<h1>Gallium Workshop</h1>
<p>
We are a cybersecurity research collective that intends to continue the
great work of <a href="https://mercurywork.shop">Mercury Workshop</a> and
others.
</p>
</body>
</html>