the formatter went crazy

This commit is contained in:
sigmasternchen 2024-10-23 23:09:07 +02:00
parent 2ee8804ab7
commit d3278d3577

View file

@ -2,15 +2,15 @@
<html>{{- "" -}}
<head>{{- "" -}}
<title>HTML-only Tic-Tac-Toe</title>{{- "" -}}
</head>
{{- "" -}}
</head>{{- "" -}}
<body>{{- "" -}}
<h1>HTML-only Tic-Tac-Toe</h1>{{- "" -}}
<h2>Yes, really.</h2>{{- "" -}}
{%- set winner = board.winner() -%}
<a href={{ reset }}>Start over</a>
<a href={{ reset }}>Start over</a>{{- "" -}}
<table border=1 cellpadding=10>
{%- for y in range(3) -%}
<tr>
@ -41,12 +41,7 @@
<h4>... At Tic-Tac-Toe...</h4>
<h5>... Against HTML...</h5>
{%- endif -%}
<a href={{ reset }}>Try again!</a>
{%- endif -%}
</body>
{{- "" -}}
</html>{{- "" -}}
</body>{{- "" -}}
</html>