Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Varis Vecpuisis
Task_1
Commits
a84dbc08
Commit
a84dbc08
authored
Feb 07, 2018
by
Mārcis Koloda
Browse files
Added second page
parent
10a43494
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
about.html
about.html
+28
-0
No files found.
about.html
0 → 100644
View file @
a84dbc08
<!doctype html>
<html
lang=
"en"
>
<!-- HEAD, this part will not be shown in browser -->
<head>
<!-- Pages character encoding -->
<meta
charset=
"utf-8"
>
<!-- Pages title that will be show in tab -->
<title>
Page two
</title>
<!-- Pages meta tags, containing description and author. Will not be shown -->
<meta
name=
"description"
content=
"First webpage in WWW Technologies course"
>
<meta
name=
"author"
content=
"Mārcis Koloda"
>
<!-- Link to CSS file -->
<link
rel=
"stylesheet"
href=
"css/main.css"
>
</head>
<!-- BODY, this part will be shown in browser -->
<body>
<!-- HEADING TAG, h3 is third largest heading tag -->
<h3>
My name is [Mārcis] and this is primitive web page
</h3>
<p>
This is very primitive web page with one heading and one paragraph.
</p>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment