Commit 729c5ab3 authored by Ayn Collado's avatar Ayn Collado

I gave up trying to put images locally so I just used the links provided

parent 02b1219a
...@@ -6494,3 +6494,5 @@ myenv/Scripts/wheel.exe ...@@ -6494,3 +6494,5 @@ myenv/Scripts/wheel.exe
myenv/Scripts/wheel3.exe myenv/Scripts/wheel3.exe
myenv/Scripts/winsound.pyd myenv/Scripts/winsound.pyd
myenv/Scripts/__pycache__/django-admin.cpython-38.pyc myenv/Scripts/__pycache__/django-admin.cpython-38.pyc
.vscode/launch.json
.vscode/launch.json
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<title id='cloud_title'>Detail - Cloud</title> <title id='cloud_title'>Detail - Cloud</title>
</head> </head>
<body> <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> <h1 id="cloud_heading">Detail - Cloud</h1>
<dl> <dl>
<dt>Health Points</dt><dd>600</dd> <dt>Health Points</dt><dd>600</dd>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<title id='jester_title'>Detail - Jester</title> <title id='jester_title'>Detail - Jester</title>
</head> </head>
<body> <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> <h1 id="jester_heading">Detail - Jester</h1>
<dl> <dl>
<dt>Health Points</dt><dd>660</dd> <dt>Health Points</dt><dd>660</dd>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<title id='sunflowey_title'>Detail - Sunflowey</title> <title id='sunflowey_title'>Detail - Sunflowey</title>
</head> </head>
<body> <body>
<img src="./sunflowey.png" style="width: 10vw;" /> <img src="https://opengameart.org/sites/default/files/styles/medium/public/sunflower_plant_enemy_game_character_sprites.jpg" style="width: 10vw;" />
<h1 id="sunflowey_heading">Detail - Sunflowey</h1> <h1 id="sunflowey_heading">Detail - Sunflowey</h1>
<dl> <dl>
<dt>Health Points</dt><dd>650</dd> <dt>Health Points</dt><dd>650</dd>
......
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