mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2025-12-29 11:45:20 -05:00
Spatnav iframe
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🎻</text></svg>">
|
||||
<link rel="icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
<link rel="alternate icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
<link rel="shortcut icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
<title>Test of SVG Favicon</title>
|
||||
<meta charset="utf-8">
|
||||
<title>Test of SVG Favicon</title>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🎻</text></svg>">
|
||||
<link rel="icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
<link rel="alternate icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
<link rel="shortcut icon" sizes="32x32" type="image/png" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
Test of SVG Favicon and fallback icon.
|
||||
Test of SVG Favicon and fallback icon.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>
|
||||
<p><textarea cols="20" rows="5">Textarea</textarea></p>
|
||||
<p><input type="text">Input type=text</p>
|
||||
<p><input type="date">Input type=date</p>
|
||||
<p><input type="time">Input type=time</p>
|
||||
|
||||
Reference in New Issue
Block a user