Skip to content

Instantly share code, notes, and snippets.

View vikingviolinist's full-sized avatar
🎻

Michal Petrik vikingviolinist

🎻
View GitHub Profile
@prof3ssorSt3v3
prof3ssorSt3v3 / one.html
Created August 31, 2020 14:29
Using window.open
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Three</title>
</head>
<body>
<h1 id="head">This is page three</h1>
</body>