|
|
|
@ -16,10 +16,21 @@ const imageList = Object.entries(images).map(([path, module]) => {
|
|
|
|
<html lang="en">
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/frigo_icon.png" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<meta name="generator" content={Astro.generator} />
|
|
|
|
<meta name="generator" content={Astro.generator} />
|
|
|
|
<title>AulaStud Gallery</title>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- OpenGraph Tags -->
|
|
|
|
|
|
|
|
<meta property="og:title" content="AulaStud Galleria" />
|
|
|
|
|
|
|
|
<meta
|
|
|
|
|
|
|
|
property="og:description"
|
|
|
|
|
|
|
|
content="Galleria con gli scan dei meme appesi sulle pareti dell'AulaStud di Matematica dell'Università di Pisa."
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<meta property="og:image" content="/frigo_icon.png" />
|
|
|
|
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
|
|
|
|
<meta property="og:url" content="https://aulastud.phc.dm.unipi.it" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<title>AulaStud Galleria</title>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
|