<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://medjava.ro/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://medjava.ro/feed.php">
        <title>Med Java - java-script:games</title>
        <description></description>
        <link>https://medjava.ro/</link>
        <image rdf:resource="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-24T16:56:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://medjava.ro/doku.php?id=java-script:games:tic-tac-toe&amp;rev=1723596829&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Med Java</title>
        <link>https://medjava.ro/</link>
        <url>https://medjava.ro/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://medjava.ro/doku.php?id=java-script:games:tic-tac-toe&amp;rev=1723596829&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-14T00:53:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tic-tac-toe</title>
        <link>https://medjava.ro/doku.php?id=java-script:games:tic-tac-toe&amp;rev=1723596829&amp;do=diff</link>
        <description>Tic Tac Toe Game in HTML, CSS and Java Script


&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;styles.css&quot;&gt;
    &lt;title&gt;Tic-Tac-Toe&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;h1&gt;Tic-Tac-Toe&lt;/h1&gt;
        &lt;div id=&quot;game-board&quot; class=&quot;board&quot;&gt;
            &lt;div class=&quot;cell&quot; data-cell-index=&quot;0&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cell&quot; data-cell-index=&quot;1&quot;&gt;&lt;/div&gt;
   …</description>
    </item>
</rdf:RDF>
