-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Express server was unable to serve style.css file
- Loading branch information
Showing
6 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,14 @@ | |
rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" | ||
crossorigin="anonymous"> | ||
<!-- Local CSS --> | ||
<link rel="stylesheet" href="static/styles.css"> | ||
<link rel="stylesheet" href="./css/styles.css"> | ||
<title>LED CONTROLLER</title> | ||
</head> | ||
<body> | ||
<div class="cont d-flex justify-content-center align-items-center p-2 bg-light"> | ||
<div class="head text-center m-2"><h2>LED CONTROLLER</h2></div> | ||
<main class="card rounded p-2 text-center"> | ||
<div><img src="static/59837486.png"/></div> | ||
<div><img src="./img/59837486.png"/></div> | ||
<form action="/" method="POST"> | ||
<p> | ||
<input type="text" name="name" class="form-control" placeholder="Name" required autofocus> | ||
|
@@ -32,10 +32,12 @@ | |
</form> | ||
</main> | ||
</div> | ||
|
||
<div class="foot text-center"><h5>Made by Md Moinuddin</h5></div> | ||
<!-- Bootstrap JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" | ||
crossorigin="anonymous"></script> | ||
|
||
</body> | ||
<!-- Bootstrap JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" | ||
crossorigin="anonymous"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters