Commit 813499d0 authored by Ivan Merelli's avatar Ivan Merelli
Browse files

Refactoring

parent 65a3b2b7
This diff is collapsed.
---
title: "About"
---
About this site
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Benvenuto in GitLab Pages</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Benvenuto in GitLab Pages</h1>
<p>Questo è un semplice sito web ospitato con GitLab Pages.</p>
</body>
</html>
---
title: "Prova"
---
This is a Quarto website.
To learn more about Quarto websites visit <https://quarto.org/docs/websites>.
body {
font-family: Arial, sans-serif;
margin: 40px;
text-align: center;
}
h1 {
color: #333;
}
p {
color: #666;
}
/* css styles */
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment