fp: Tweak html to had description
This commit is contained in:
parent
1e8179f104
commit
8e58084444
@ -164,8 +164,8 @@ int main(int argc, char const **argv)
|
|||||||
Dqn_FsPath_ConvertF(scratch.arena, "%.*s/rshapes.c", DQN_STR_FMT(raylib_dir)),
|
Dqn_FsPath_ConvertF(scratch.arena, "%.*s/rshapes.c", DQN_STR_FMT(raylib_dir)),
|
||||||
});
|
});
|
||||||
|
|
||||||
Dqn_List<Dqn_Str8> raylib_pc_output_files = Dqn_List_Init<Dqn_Str8>(scratch.arena, 16);
|
Dqn_List<Dqn_Str8> raylib_pc_output_files = Dqn_List_Init<Dqn_Str8>(scratch.arena, 16);
|
||||||
uint64_t raylib_pc_timings[2] = {};
|
uint64_t raylib_pc_timings[2] = {};
|
||||||
{
|
{
|
||||||
raylib_pc_timings[0] = Dqn_OS_PerfCounterNow();
|
raylib_pc_timings[0] = Dqn_OS_PerfCounterNow();
|
||||||
DQN_DEFER { raylib_pc_timings[1] = Dqn_OS_PerfCounterNow(); };
|
DQN_DEFER { raylib_pc_timings[1] = Dqn_OS_PerfCounterNow(); };
|
||||||
|
@ -106,6 +106,12 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="margin-left:5%;margin-right:5%;text-align:center;color:#fff">
|
||||||
|
<p>Help Terry fend off the horde by defending the lanes and
|
||||||
|
constructing buildings to slow them down.</br>Developed by Doyle, Josh
|
||||||
|
and Tom over 4 weeks.</br><a style="color:inherit;" href="https://git.doylet.dev/doylet/feely_pona">Source code here!</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<textarea id="output" rows="8"></textarea>
|
<textarea id="output" rows="8"></textarea>
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
var statusElement = document.querySelector('#status');
|
var statusElement = document.querySelector('#status');
|
||||||
|
Loading…
Reference in New Issue
Block a user