Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ahmet Adem
Gitlab FS15 Lecture
Commits
1d6b6702
Commit
1d6b6702
authored
1 year ago
by
Ahmet Adem
Browse files
Options
Download
Email Patches
Plain Diff
inital commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
index.html
+10
-0
index.html
readme.md
+1
-0
readme.md
style.css
+16
-0
style.css
with
27 additions
and
0 deletions
+27
-0
index.html
0 → 100644
+
10
-
0
View file @
1d6b6702
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<link
rel=
"stylesheet"
href=
""
/>
<title>
Document
</title>
</head>
<body></body>
</html>
This diff is collapsed.
Click to expand it.
readme.md
0 → 100644
+
1
-
0
View file @
1d6b6702
# GITLAB PROJECT
This diff is collapsed.
Click to expand it.
style.css
0 → 100644
+
16
-
0
View file @
1d6b6702
*
{
box-sizing
:
border-box
;
}
body
{
margin
:
0
;
}
h1
,
h2
,
h3
,
h4
,
p
,
ul
{
margin-top
:
0
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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