Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-1-wang-alec-185292-willowisp
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
Alec
lab-1-wang-alec-185292-willowisp
Commits
87cf7ab7
Commit
87cf7ab7
authored
Mar 07, 2020
by
Alec Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html linter formatted html files
parent
0ba6722b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
24 deletions
+45
-24
views.cpython-38.pyc
heroes/__pycache__/views.cpython-38.pyc
+0
-0
detail_cloud.html
heroes/templates/detail_cloud.html
+15
-8
detail_jester.html
heroes/templates/detail_jester.html
+15
-8
detail_sunflowey.html
heroes/templates/detail_sunflowey.html
+15
-8
No files found.
heroes/__pycache__/views.cpython-38.pyc
View file @
87cf7ab7
No preview for this file type
heroes/templates/detail_cloud.html
View file @
87cf7ab7
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
Detail - Cloud
</title>
<title>
Detail - Cloud
</title>
</head>
</head>
<body>
<body>
<img
src=
"./cloud.png"
style=
"width: 10vw;"
/>
<img
src=
"./cloud.png"
style=
"width: 10vw;"
/>
<h1>
Detail - Cloud
</h1>
<h1>
Detail - Cloud
</h1>
<dl>
<dl>
<dt>
Health Points
</dt><dd>
600
</dd>
<dt>
Health Points
</dt>
<dt>
Base Attack Damage
</dt><dd>
57
</dd>
<dd>
600
</dd>
<dt>
Skills
</dt><dd>
Nimbus, Rain Cloud, Thunderbolt
</dd>
<dt>
Base Attack Damage
</dt>
<dt>
Lore
</dt><dd>
I am a cloud. When I pee you call it 'rain'.
</dd>
<dd>
57
</dd>
</dl>
<dt>
Skills
</dt>
<dd>
Nimbus, Rain Cloud, Thunderbolt
</dd>
<dt>
Lore
</dt>
<dd>
I am a cloud. When I pee you call it 'rain'.
</dd>
</dl>
</body>
</body>
</html>
</html>
\ No newline at end of file
heroes/templates/detail_jester.html
View file @
87cf7ab7
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
Detail - Jester
</title>
<title>
Detail - Jester
</title>
</head>
</head>
<body>
<body>
<img
src=
"./jester.png"
style=
"width: 10vw;"
/>
<img
src=
"./jester.png"
style=
"width: 10vw;"
/>
<h1>
Detail - Jester
</h1>
<h1>
Detail - Jester
</h1>
<dl>
<dl>
<dt>
Health Points
</dt><dd>
660
</dd>
<dt>
Health Points
</dt>
<dt>
Base Attack Damage
</dt><dd>
64
</dd>
<dd>
660
</dd>
<dt>
Skills
</dt><dd>
Laugh, Dance, Smile
</dd>
<dt>
Base Attack Damage
</dt>
<dt>
Lore
</dt><dd>
I do it for the LOLs.
</dd>
<dd>
64
</dd>
</dl>
<dt>
Skills
</dt>
<dd>
Laugh, Dance, Smile
</dd>
<dt>
Lore
</dt>
<dd>
I do it for the LOLs.
</dd>
</dl>
</body>
</body>
</html>
</html>
\ No newline at end of file
heroes/templates/detail_sunflowey.html
View file @
87cf7ab7
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
Detail - Sunflowey
</title>
<title>
Detail - Sunflowey
</title>
</head>
</head>
<body>
<body>
<img
src=
"./sunflowey.png"
style=
"width: 10vw;"
/>
<img
src=
"./sunflowey.png"
style=
"width: 10vw;"
/>
<h1>
Detail - Sunflowey
</h1>
<h1>
Detail - Sunflowey
</h1>
<dl>
<dl>
<dt>
Health Points
</dt><dd>
650
</dd>
<dt>
Health Points
</dt>
<dt>
Base Attack Damage
</dt><dd>
43
</dd>
<dd>
650
</dd>
<dt>
Skills
</dt><dd>
Power Pellet, Sunshine, Pollen Punch
</dd>
<dt>
Base Attack Damage
</dt>
<dt>
Lore
</dt><dd>
I am Sunflowey. Sometimes a sun, sometimes a flower.
</dd>
<dd>
43
</dd>
</dl>
<dt>
Skills
</dt>
<dd>
Power Pellet, Sunshine, Pollen Punch
</dd>
<dt>
Lore
</dt>
<dd>
I am Sunflowey. Sometimes a sun, sometimes a flower.
</dd>
</dl>
</body>
</body>
</html>
</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