25 lines
572 B
HTML
25 lines
572 B
HTML
<!DOCTYPE html>
|
|
|
|
<head>
|
|
<title>Matilda's Portfolio</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="My portfolio">
|
|
<meta name="author" content="Dalmationer">
|
|
<meta name="keywords" content="Portfolio, Art">
|
|
<link rel="stylesheet" href= "./css/portfoliostyles.css">
|
|
<link rel="image" href="">
|
|
<script data-goatcounter="https://dalmationer.goatcounter.com/count"
|
|
async src="//gc.zgo.at/count.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html> |