Skip to content

Instantly share code, notes, and snippets.

View JimmyCarlsson's full-sized avatar

Jimmy Carlsson JimmyCarlsson

View GitHub Profile
@JimmyCarlsson
JimmyCarlsson / welcome.html
Created April 18, 2023 06:56
A html file that enables you to create a splash screen for workshops, including title, preparations and a link to a spotify playlist (perfect for google meets esp)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workshop Intro</title>
<style>
body {
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;