Skip to content

Commit

Permalink
new ep
Browse files Browse the repository at this point in the history
  • Loading branch information
realtux committed Jul 12, 2020
1 parent d2dbfc9 commit 31307ae
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 111/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"dependencies": {
"live-server": "^1.2.1"
},
"scripts": {
"start": "live-server --mount=/:./src"
}
}
9 changes: 9 additions & 0 deletions 111/src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link href="/main.css" rel="stylesheet" />
</head>
<body class="dark">
Hello World
</body>
</html>
4 changes: 4 additions & 0 deletions 111/src/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.dark {
background: #222;
color: #fff;
}

0 comments on commit 31307ae

Please sign in to comment.