-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 752 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (26 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE .html>
<html>
<head>
<title>Our Most Basic HTML Page</title>
<meta name="description" content="Our first page" />
<meta name="keywords" content="html tutorial template" />
</head>
<body>
<div>Content goes here.</div>
<span
>to get to VScode user settings on windows look here :
https://code.visualstudio.com/docs/getstarted/settings</span
>
<code>%APPDATA%\Code\User\settings.json</code>
<details>
<h4>commands to remember:</h4>
<ul>
<li>open an external shell with the Ctrl+Shift+C</li>
<li>
get some colours for the Terminal from
https://glitchbone.github.io/vscode-base16-term/#/
</li>
</ul>
</details>
</body>
</html>