Skip to content

Commit

Permalink
Fix Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Jan 1, 2025
1 parent 8b44089 commit 56662a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/source/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const port string = ":8080"

var fileServer http.Handler = http.FileServer(http.Dir("./lib"))
var fileServer http.Handler = http.FileServer(http.Dir("./source"))

func main() {
fmt.Println("Serving on Port: 8080")
Expand Down
2 changes: 2 additions & 0 deletions source/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

function main() {
document.createElement('div');
}
5 changes: 2 additions & 3 deletions source/theme/theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.classOne {
color: orange;
font-weight: bold;
body {
background: orange;
}

0 comments on commit 56662a1

Please sign in to comment.