Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
Lab_1
Project
Project
Details
Activity
Releases
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
Ayn Collado
Lab_1
Commits
729c5ab3
Commit
729c5ab3
authored
Mar 09, 2020
by
Ayn Collado
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I gave up trying to put images locally so I just used the links provided
parent
02b1219a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
.gitignore
.gitignore
+2
-0
detail_cloud.html
templates/detail_cloud.html
+1
-1
detail_jester.html
templates/detail_jester.html
+1
-1
detail_sunflowey.html
templates/detail_sunflowey.html
+1
-1
No files found.
.gitignore
View file @
729c5ab3
...
...
@@ -6494,3 +6494,5 @@ myenv/Scripts/wheel.exe
myenv/Scripts/wheel3.exe
myenv/Scripts/winsound.pyd
myenv/Scripts/__pycache__/django-admin.cpython-38.pyc
.vscode/launch.json
.vscode/launch.json
templates/detail_cloud.html
View file @
729c5ab3
...
...
@@ -4,7 +4,7 @@
<title
id=
'cloud_title'
>
Detail - Cloud
</title>
</head>
<body>
<img
src=
"
./cloud
.png"
style=
"width: 10vw;"
/>
<img
src=
"
https://opengameart.org/sites/default/files/styles/medium/public/bigvioletcloud_0
.png"
style=
"width: 10vw;"
/>
<h1
id=
"cloud_heading"
>
Detail - Cloud
</h1>
<dl>
<dt>
Health Points
</dt><dd>
600
</dd>
...
...
templates/detail_jester.html
View file @
729c5ab3
...
...
@@ -4,7 +4,7 @@
<title
id=
'jester_title'
>
Detail - Jester
</title>
</head>
<body>
<img
src=
"
.
/jester.png"
style=
"width: 10vw;"
/>
<img
src=
"
https://opengameart.org/sites/default/files/styles/medium/public
/jester.png"
style=
"width: 10vw;"
/>
<h1
id=
"jester_heading"
>
Detail - Jester
</h1>
<dl>
<dt>
Health Points
</dt><dd>
660
</dd>
...
...
templates/detail_sunflowey.html
View file @
729c5ab3
...
...
@@ -4,7 +4,7 @@
<title
id=
'sunflowey_title'
>
Detail - Sunflowey
</title>
</head>
<body>
<img
src=
"
./sunflowey.pn
g"
style=
"width: 10vw;"
/>
<img
src=
"
https://opengameart.org/sites/default/files/styles/medium/public/sunflower_plant_enemy_game_character_sprites.jp
g"
style=
"width: 10vw;"
/>
<h1
id=
"sunflowey_heading"
>
Detail - Sunflowey
</h1>
<dl>
<dt>
Health Points
</dt><dd>
650
</dd>
...
...
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