This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
blockquote {
|
||||
border-left: 3px solid grey;
|
||||
padding-left: 2em;
|
||||
margin-left: 0px;
|
||||
}
|
||||
</style>
|
||||
<title>Week 1: Getting Set Up</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<a href="index.html">Back To Homepage</a>
|
||||
<h1>Week 1: Getting Set Up</h1>
|
||||
[!]
|
||||
[=title "Week 1: Getting Set Up"]
|
||||
[=content-]
|
||||
<p>
|
||||
Welcome to intro webdev! Today we're going to get our computers set up for web development, cover basic file management and text editing, and make a Hello World project.
|
||||
</p>
|
||||
@@ -47,10 +33,9 @@ blockquote {
|
||||
<p>
|
||||
Paste the following into Notepad and save. We'll go over what this does later.
|
||||
</p>
|
||||
<pre>
|
||||
<!DOCTYPE html>
|
||||
<pre><code><!DOCTYPE html>
|
||||
<h1>Hello, World!</h1>
|
||||
</pre>
|
||||
</code></pre>
|
||||
<p>
|
||||
Finally, open index.html in your web browser - right clicking it in File Explorer, selecting "open with...", and clicking your web browser should work fine. You'll see something like this:
|
||||
</p>
|
||||
@@ -60,5 +45,5 @@ blockquote {
|
||||
<p>
|
||||
If it works, nicely done - that's your first website!
|
||||
</p>
|
||||
</head>
|
||||
</html>
|
||||
[/]
|
||||
[#template.html]
|
||||
|
||||
Reference in New Issue
Block a user