mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-09-18 03:36:02 -04:00
Update colors
This commit is contained in:
+6
-7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user