spells
Version:
360 Spells of 360 Colors
49 lines (46 loc) • 1.48 kB
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(3, 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>{
"hue": 3,
"color": "hsl(3, 100%, 50%)",
"name": "?",
"icon": "fa-question",
"description": "Balabala...",
"type": 0,
"cost": 999,
"cooldown": 0,
"effects": [],
"spell_json": "/spells/003.json",
"spell_html": "/spells/003.html",
"type_name": "Damage"
}</code></pre>
</div>
</body>
</html>