File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
lib/listudy_web/templates Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 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",
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments