Commit 26acbbaf authored by Alec Wang's avatar Alec Wang

made heroes.html look a bit more orderly by adding ul tags

parent e3853926
Pipeline #908 canceled with stages
...@@ -344,3 +344,26 @@ JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't fin ...@@ -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 ###!!! [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
...@@ -8,9 +8,11 @@ ...@@ -8,9 +8,11 @@
</head> </head>
<body> <body>
<li><a href="{% url 'hero_cloud' %}">Cloud(HP:600,Damage:57)</a> <li>
<a href="{% url 'hero_sunflowey' %}">Sunflowey(HP:650,Damage:43)</a> <ul><a href="{% url 'hero_cloud' %}">Cloud(HP:600,Damage:57)</a></ul>
<a href="{% url 'hero_jester' %}">Jester(HP:660,Damage:64)</a></li> <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> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment