Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c8125a264 | ||
|
|
d95a22bd89 | ||
|
|
4aa8a44ec6 | ||
|
|
dc19294b5e | ||
|
|
ac1ea62042 | ||
|
|
fa3a3518a2 | ||
|
|
3ac7252ca5 | ||
|
|
c499ee04f0 | ||
|
|
12d3489b14 |
@@ -0,0 +1 @@
|
||||
document.write("<div>you shouldn't see this</div>");
|
||||
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<iframe src="https://upload.wikimedia.org/wikipedia/commons/8/83/Artis%2C_enkele_flamingo%27s_-_SoundCloud_-_Beeld_en_Geluid.ogg" allow="autoplay" id="iframeAudio"></iframe>
|
||||
<audio controls autoplay id="myAudio">
|
||||
<!-- One or more source files, each referencing the same audio but in a different file format.
|
||||
The browser will choose the first file which it is able to play. -->
|
||||
<source src="https://upload.wikimedia.org/wikipedia/commons/8/83/Artis%2C_enkele_flamingo%27s_-_SoundCloud_-_Beeld_en_Geluid.ogg">
|
||||
You will see this text if native audio playback is not supported.
|
||||
<!-- You could use this fall-back feature to insert a JavaScript-based audio player. -->
|
||||
</audio>
|
||||
|
||||
<small>Audio by <a href="https://soundcloud.com/beeldengeluid">Beeld en Geluid</a>
|
||||
[<a href="http://creativecommons.org/licenses/by-sa/3.0">CC BY-SA 3.0</a>],
|
||||
<a href="https://commons.wikimedia.org/wiki/File%3AArtis%2C_enkele_flamingo's_-_SoundCloud_-_Beeld_en_Geluid.ogg">via Wikimedia Commons</a>
|
||||
</small>
|
||||
<style>
|
||||
#audio-example {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
||||
Read more: https://html.com/attributes/audio-autoplay/#ixzz6dCxFrzCr
|
||||
|
||||
<script type="text/javascript">
|
||||
document.getElementById("myAudio").play();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
<iframe src="https://testsafebrowsing.appspot.com/s/phishing.html"></iframe><br>
|
||||
<iframe src="https://testsafebrowsing.appspot.com/"></iframe>
|
||||
|
||||
<a href="https://testsafebrowsing.appspot.com/">https://testsafebrowsing.appspot.com/</a>
|
||||
|
||||
<script>
|
||||
alert(window.Intl.DateTimeFormat().resolvedOptions().timeZone);
|
||||
alert(Date().toLocaleString('en-us',{timeZoneName:'long'}));
|
||||
</script>
|
||||
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
<title>Test Document Write in scripts</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Test site</h1>
|
||||
<script src="ad-script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
Reference in New Issue
Block a user