-
This commit is contained in:
@@ -14,10 +14,18 @@ Please press this <button id="btn">Button</button> for something to happen.
|
||||
Some input text: <input type="Text" id="inp1" value="Default input value" />
|
||||
</p>
|
||||
<div id="test" class="yellow">
|
||||
<p> Hi there!</p>
|
||||
<p> Hi there! <a href="/">Click here to load this page again</a></p>
|
||||
<p> To <a href="page2.html">page 2</a></p>
|
||||
</div>
|
||||
<h1 id="t" class="blue">Ja</h1>
|
||||
Ja
|
||||
<h1> Nou...</h1>
|
||||
<div class="image">
|
||||
<img src="test.jpg" />
|
||||
</div>
|
||||
<script>
|
||||
console.log(document.cookie);
|
||||
document.cookie = "test-koekje=koekje_in_seconden:" + Date.now();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user