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
26acbbaf
Commit
26acbbaf
authored
Mar 07, 2020
by
Alec Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made heroes.html look a bit more orderly by adding ul tags
parent
e3853926
Pipeline
#908
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
3 deletions
+28
-3
geckodriver.log
geckodriver.log
+23
-0
urls.cpython-38.pyc
heroes/__pycache__/urls.cpython-38.pyc
+0
-0
heroes.html
heroes/templates/heroes.html
+5
-3
No files found.
geckodriver.log
View file @
26acbbaf
...
...
@@ -344,3 +344,26 @@ JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't fin
###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
1583596384720 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\alswa\\AppData\\Local\\Temp\\rust_mozprofileQWssan"
1583596385697 addons.webextension.doh-rollout@mozilla.org WARN Loading extension 'doh-rollout@mozilla.org': Reading manifest: Invalid extension permission: networkStatus
1583596386029 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
1583596386029 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
1583596386029 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
1583596386029 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader*
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory.
1583596387412 Marionette INFO Listening on port 65211
1583596387877 Marionette WARN TLS certificate errors will be ignored for this session
1583596388423 Marionette INFO Stopped listening on port 65211
###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
1583596508017 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\\Users\\alswa\\AppData\\Local\\Temp\\rust_mozprofilelqaLjE"
1583596508308 addons.webextension.doh-rollout@mozilla.org WARN Loading extension 'doh-rollout@mozilla.org': Reading manifest: Invalid extension permission: networkStatus
1583596508659 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
1583596508659 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
1583596508659 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
1583596508659 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader*
JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory.
1583596509951 Marionette INFO Listening on port 65334
1583596510082 Marionette WARN TLS certificate errors will be ignored for this session
1583596510654 Marionette INFO Stopped listening on port 65334
heroes/__pycache__/urls.cpython-38.pyc
View file @
26acbbaf
No preview for this file type
heroes/templates/heroes.html
View file @
26acbbaf
...
...
@@ -8,9 +8,11 @@
</head>
<body>
<li><a
href=
"{% url 'hero_cloud' %}"
>
Cloud(HP:600,Damage:57)
</a>
<a
href=
"{% url 'hero_sunflowey' %}"
>
Sunflowey(HP:650,Damage:43)
</a>
<a
href=
"{% url 'hero_jester' %}"
>
Jester(HP:660,Damage:64)
</a></li>
<li>
<ul><a
href=
"{% url 'hero_cloud' %}"
>
Cloud(HP:600,Damage:57)
</a></ul>
<ul><a
href=
"{% url 'hero_sunflowey' %}"
>
Sunflowey(HP:650,Damage:43)
</a></ul>
<ul><a
href=
"{% url 'hero_jester' %}"
>
Jester(HP:660,Damage:64)
</a></ul>
</li>
</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