Compare commits
No commits in common. "6df728d36ede90df08f81a51e02cf77865c1cfa2" and "cda33560ae7d4ac574fa9d523ab4c46976e1a42d" have entirely different histories.
6df728d36e
...
cda33560ae
2 changed files with 1 additions and 5 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -10,10 +10,7 @@
|
||||||
"name": "Launch Website in Chrome",
|
"name": "Launch Website in Chrome",
|
||||||
"url": "http://localhost:3000",
|
"url": "http://localhost:3000",
|
||||||
"webRoot": "${workspaceFolder}/lib/static",
|
"webRoot": "${workspaceFolder}/lib/static",
|
||||||
"preLaunchTask": "Build",
|
"preLaunchTask": "Build"
|
||||||
"pathMapping": {
|
|
||||||
"/": "${workspaceFolder}/src"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
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>
|
||||||
|
|
Loading…
Reference in a new issue