Skip to content

Commit

Permalink
minor fix and title color change
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Sep 14, 2024
1 parent 248414e commit f6db487
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ editor.setOptions({

// ---------------------------------------------------------------------------
let initialContent =
`<!DOCTYPE html>
`<!-- This is an example -->
<!-- You can freely modify this code -->
<!-- Or create your own -->
<!-- By pressing the "+" icon -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ nav {

h1 {
text-align: center;
color: red;
color: #89b4fa;
margin-bottom: 5px;
}

Expand Down

0 comments on commit f6db487

Please sign in to comment.