UNPKG

spells

Version:
49 lines (46 loc) 1.48 kB
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Spells</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="/assets/index.css"> </head> <body> <h1 class="title">360 Spells of 360 Colors</h1> <div class="container clearfix"> <div class="spell spell-large" style="border-color: hsl(202, 100%, 50%)" title="?" > <i class="spell_icon fa fa-question" style="color: #333" ></i> </div> <div class="spell_name_container"> <h2 class="spell_name">?</h2> </div> </div> <div class="container"> <pre class="spell_content"><code>{ &quot;hue&quot;: 202, &quot;color&quot;: &quot;hsl(202, 100%, 50%)&quot;, &quot;name&quot;: &quot;?&quot;, &quot;icon&quot;: &quot;fa-question&quot;, &quot;description&quot;: &quot;Balabala...&quot;, &quot;type&quot;: 0, &quot;cost&quot;: 999, &quot;cooldown&quot;: 0, &quot;effects&quot;: [], &quot;spell_json&quot;: &quot;/spells/202.json&quot;, &quot;spell_html&quot;: &quot;/spells/202.html&quot;, &quot;type_name&quot;: &quot;Damage&quot; }</code></pre> </div> </body> </html>