Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Task_1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mārcis Koloda
Task_1
Commits
10a43494
Commit
10a43494
authored
Feb 07, 2018
by
Mārcis Koloda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
main.css
css/main.css
+13
-0
doodles.png
img/doodles.png
+0
-0
index.html
index.html
+25
-0
No files found.
css/main.css
0 → 100644
View file @
10a43494
body
{
height
:
100%
;
background-image
:
url('../img/doodles.png')
;
background-repeat
:
repeat
;
}
h1
{
display
:
block
;
font-size
:
120px
;
text-align
:
center
;
margin-top
:
20%
;
color
:
#663399
;
}
img/doodles.png
0 → 100644
View file @
10a43494
32.9 KB
index.html
0 → 100644
View file @
10a43494
<!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>
First webpage
</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, h1 is largest heading tag -->
<h1>
HELLO WORLD
</h1>
</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