2020-11-30 07:48:39 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Hello World!</title>
|
|
|
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
|
2021-06-15 01:29:51 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="./styles.css">
|
2020-11-30 07:48:39 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Hello World!</h1>
|
|
|
|
<p>
|
2021-06-15 01:29:51 +00:00
|
|
|
Click on the title with the <pre>Command</pre> or <pre>Control</pre> key pressed.
|
|
|
|
You should see a popup with the represented file at the top.
|
2020-11-30 07:48:39 +00:00
|
|
|
</p>
|
2021-06-15 01:29:51 +00:00
|
|
|
</body>
|
2020-11-30 07:48:39 +00:00
|
|
|
</body>
|
|
|
|
</html>
|