Add link to stylesheet

This commit is contained in:
Manuel Thalmann 2022-12-06 13:17:21 +01:00
parent cda33560ae
commit 7f61ac8d94
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -40,6 +40,7 @@
background-color: red; background-color: red;
} }
</style> </style>
<link rel="stylesheet" href="./styles/style.css" />
<script type="module" src="./js/main.js"></script> <script type="module" src="./js/main.js"></script>
</head> </head>
<body> <body>