Update page title and header; enhance Nie's character details and audio source
This commit is contained in:
parent
ceab39ad20
commit
dc3896eab3
2 changed files with 8 additions and 7 deletions
BIN
audio/Белая ночь.mp3
Normal file
BIN
audio/Белая ночь.mp3
Normal file
Binary file not shown.
13
index.html
13
index.html
|
@ -3,13 +3,13 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ulud & Arcaena</title>
|
||||
<title>Adventures?</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Georgia&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Ulud & Arcaena</h1>
|
||||
<h1>Adventures?</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
@ -93,12 +93,13 @@
|
|||
in thought, her glasses reflecting the weight of futures only she can see.
|
||||
Though clumsy and physically powerless, her insight into fate grants her a
|
||||
bittersweet strength. She drinks hard liquor in solitude to still her restless mind,
|
||||
yet her heart remains deeply compassionate beneath her calm detachment.
|
||||
yet her heart remains deeply compassionate beneath her calm detachment. <br>
|
||||
<i>"I simply cannot change what is destined to be."</i>
|
||||
</p>
|
||||
<ul>
|
||||
<li><strong>Race:</strong> High Elf (Variant)</li>
|
||||
<li><strong>Race:</strong> High Elf</li>
|
||||
<li><strong>Class:</strong> Wizard (School of Divination)</li>
|
||||
<li><strong>Alignment:</strong> Neutral Good</li>
|
||||
<li><strong>Alignment:</strong> True Neutral</li>
|
||||
<li><strong>Background:</strong> Sage</li>
|
||||
<li><strong>Height:</strong> 1.7m</li>
|
||||
<li><strong>Age:</strong> 250</li>
|
||||
|
@ -109,7 +110,7 @@
|
|||
<div class="music-player">
|
||||
<h3>Nie's Theme</h3>
|
||||
<audio controls>
|
||||
<source src="audio/Forgotten_Echoes.mp3" type="audio/mpeg">
|
||||
<source src="audio/Белая ночь.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue