Skip to content

Commit d1bb07e

Browse files
committed
ultimattt info
1 parent 368ee84 commit d1bb07e

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

devbox.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
"lockfile_version": "1",
33
"packages": {
44
"elixir": {
5+
"plugin_version": "0.0.1",
56
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#elixir",
67
"source": "nixpkg"
78
},
9+
"github:NixOS/nixpkgs/af9e00071d0971eb292fd5abef334e66eda3cb69": {
10+
"last_modified": "1970-01-01T00:00:00Z",
11+
"resolved": "github:NixOS/nixpkgs/af9e00071d0971eb292fd5abef334e66eda3cb69"
12+
},
813
"nodejs": {
914
"plugin_version": "0.0.2",
1015
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#nodejs",

lib/listudy_web/templates/page/play_stockfish.html.eex

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/chessground.css") %>"/>
2424
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/play_stockfish.js") %>"></script>
2525

26-
<!-- listudy-test -->
27-
<ins class="adsbygoogle"
28-
style="display:block"
29-
data-ad-client="ca-pub-6706752364351336"
30-
data-ad-slot="7962822632"
31-
data-ad-format="auto"
32-
data-full-width-responsive="true"></ins>
26+
<div style="
27+
border: 1px solid black;
28+
padding: 1em;
29+
margin: 3em;
30+
">
31+
<p>Looking for a fun challenge? I have created the Lichess of Ultimate Tic Tac Toe. Checkout my new site <a href="https://ultimattt.com">UltimaTTT.com</a>.</p>
32+
<img src="https://listudy.org/images/ultimattt.svg" alt="ultimattt.com logo"></img>
33+
</div>
3334

3435
<p>
3536
<b><%= dgettext "play_stockfish", "Play against Stockfish:" %></b>

lib/listudy_web/templates/study/show.html.eex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
</div>
7777
</div>
7878

79-
8079
<div class="highlight clicking_turns_on_hints">
8180
<b><%= dgettext "study", "Description" %></b>
8281
<p><%= @study.description %></p>

0 commit comments

Comments
 (0)