Compare commits

...

2 commits

Author SHA1 Message Date
Manuel Thalmann 6df728d36e
Fix browser path mapping
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-06 13:17:34 +01:00
Manuel Thalmann 7f61ac8d94
Add link to stylesheet 2022-12-06 13:17:21 +01:00
2 changed files with 5 additions and 1 deletions

5
.vscode/launch.json vendored
View file

@ -10,7 +10,10 @@
"name": "Launch Website in Chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}/lib/static",
"preLaunchTask": "Build"
"preLaunchTask": "Build",
"pathMapping": {
"/": "${workspaceFolder}/src"
}
}
]
}

View file

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