Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
webinar_49
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Владислав Цой
webinar_49
Commits
a6f2a0ef
Commit
a6f2a0ef
authored
Dec 16, 2020
by
Владислав Цой
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Создал стандартную разметку для работы с нашим приложением
parents
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
.gitignore
.gitignore
+2
-0
style.css
css/style.css
+4
-0
index.html
index.html
+14
-0
No files found.
.gitignore
0 → 100644
View file @
a6f2a0ef
.idea
.vscode
css/style.css
0 → 100644
View file @
a6f2a0ef
body
{
background
:
hotpink
;
}
\ No newline at end of file
index.html
0 → 100644
View file @
a6f2a0ef
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
Document
</title>
</head>
<body>
<h1>
Hello World!
</h1>
</body>
</html>
\ No newline at end of file
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