Compare commits

..

No commits in common. "6df728d36ede90df08f81a51e02cf77865c1cfa2" and "cda33560ae7d4ac574fa9d523ab4c46976e1a42d" have entirely different histories.

2 changed files with 1 additions and 5 deletions

5
.vscode/launch.json vendored
View file

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

View file

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