Compare commits
2 commits
cda33560ae
...
6df728d36e
Author | SHA1 | Date | |
---|---|---|---|
Manuel Thalmann | 6df728d36e | ||
Manuel Thalmann | 7f61ac8d94 |
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -10,7 +10,10 @@
|
|||
"name": "Launch Website in Chrome",
|
||||
"url": "http://localhost:3000",
|
||||
"webRoot": "${workspaceFolder}/lib/static",
|
||||
"preLaunchTask": "Build"
|
||||
"preLaunchTask": "Build",
|
||||
"pathMapping": {
|
||||
"/": "${workspaceFolder}/src"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue