🗽🔔 Checkpoint
./signup/index.html:69682263/460 ./styles/main.css:69682263/136 ./index.html:69682263/1042 ./for-artists/index.html:69682263/2178 ./scripts/populate.js:69682263/305
This commit is contained in:
23
for-artists/index.html
Normal file
23
for-artists/index.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="https://glitch.com/favicon.ico" />
|
||||
|
||||
<title>FediZineFest 2025</title>
|
||||
|
||||
<!-- The website stylesheet -->
|
||||
<link rel="stylesheet" href="styles/main.css" />
|
||||
|
||||
<!-- The website JavaScript file -->
|
||||
<script src="scripts/populate.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<main>
|
||||
</main>
|
||||
</div>
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user