Update colors

This commit is contained in:
Stian
2025-06-01 11:43:10 +02:00
parent f68bf07564
commit 00ada7560d
51 changed files with 107 additions and 70 deletions
+6 -7
View File
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray}</style>
</head>
<body>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<div>
Test Iframe PDF:<br>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
@@ -16,5 +15,5 @@
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>
</body>
</body>
</html>