-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a178850
commit baf53ff
Showing
1 changed file
with
1 addition
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
<html> | ||
<head> | ||
<title>unbox</title> | ||
|
||
<!-- Include eel.js - note this file doesn't exist in the 'web' directory --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> | ||
<script defer src="render.js"></script> | ||
</head> | ||
|
@@ -18,4 +16,4 @@ <h6>You can feed this file into OBS and it will automatically display what you'r | |
<h6>Here's the last track that we logged: <b><p id="last_log"></p></b></h6> | ||
|
||
</body> | ||
</html> | ||
</html> |