Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
task_30_restCountries
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
Гульняшкин Евгений
task_30_restCountries
Commits
b49f6cc4
Commit
b49f6cc4
authored
Sep 25, 2023
by
Гульняшкин Евгений
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
добавленна изначальная разметка и файлы
parents
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
0 deletions
+25
-0
style.css
css/style.css
+0
-0
index.html
index.html
+25
-0
script.js
script.js
+0
-0
No files found.
css/style.css
0 → 100644
View file @
b49f6cc4
index.html
0 → 100644
View file @
b49f6cc4
<!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=
"css/style.css"
>
<script
src=
"script.js"
></script>
<title>
Document
</title>
</head>
<body>
<p><b>
Name:
</b><span
id=
"name"
></span></p>
<p><b>
Region:
</b><span
id=
"region"
></span></p>
<p><b>
Subregion:
</b><span
id=
"subregion"
></span></p>
<p><b>
Capital:
</b><span
id=
"capital"
></span></p>
<p><b>
Flag:
</b><span
id=
"flag"
></span></p>
</body>
</html>
\ No newline at end of file
script.js
0 → 100644
View file @
b49f6cc4
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