Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@

@keyframes glow {
0% {
filter: drop-shadow(0 0 10px white);
filter: drop-shadow(0 0 8px white);
}
50% {
filter: drop-shadow(0 0 20px white);
filter: drop-shadow(0 0 16px white);
}
100% {
filter: drop-shadow(0 0 10px white);
filter: drop-shadow(0 0 8px white);
}
}

Expand All @@ -55,4 +55,4 @@
<p class="text">404 - Page not found!</p>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
demo.emulatorjs.org
demo.emulatorjs.org
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EmulatorJS - Demo
This has version selection from the cdn.
## Usage
You can access the demo page at: [https://demo.emulatorjs.org](https://demo.emulatorjs.org)
You can access the demo page at: [https://demo.emulatorjs.org](https://demo.emulatorjs.org)
2 changes: 1 addition & 1 deletion ads.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0
google.com, pub-8832864985153925, DIRECT, f08c47fec0942fa0
Loading