<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>その他の雑記 | Hobby Warehouse</title>
	<atom:link href="https://blog.doc778.com/category/other-blog/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.doc778.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Apr 2025 14:22:34 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://blog.doc778.com/wp-content/uploads/2022/01/cropped-iccat-favicon-32x32.png</url>
	<title>その他の雑記 | Hobby Warehouse</title>
	<link>https://blog.doc778.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>数字当てゲーム</title>
		<link>https://blog.doc778.com/other-blog/6717</link>
					<comments>https://blog.doc778.com/other-blog/6717#respond</comments>
		
		<dc:creator><![CDATA[doc778]]></dc:creator>
		<pubDate>Thu, 24 Apr 2025 14:16:05 +0000</pubDate>
				<category><![CDATA[その他の雑記]]></category>
		<guid isPermaLink="false">https://blog.doc778.com/?p=6717</guid>

					<description><![CDATA[数字当てゲーム（ヒット＆ブロー） 数字当てゲーム 0〜9の数字を使った4桁の数字を当ててください（数字の重複はありません） 判定 リセット]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <title>数字当てゲーム（ヒット＆ブロー）</title>
    <style>
        body { font-family: sans-serif; max-width: 600px; margin: 0 auto; padding: 20px; }
        #history { margin-top: 20px; }
        .history-item { margin-bottom: 5px; }
        input { padding: 5px; font-size: 16px; }
        button { padding: 5px 10px; margin-right: 5px; }
        h1 { color: #333; }
        #result { margin-top: 15px; font-weight: bold; color: #0066cc; }
    </style>
</head>
<body>
    <h1>数字当てゲーム</h1>
    <p>0〜9の数字を使った4桁の数字を当ててください（数字の重複はありません）</p>
    <input type="text" id="guess" maxlength="4" pattern="[0-9]{4}" placeholder="4桁の数字を入力">
    <button id="submit">判定</button>
    <button id="reset">リセット</button>
    <div id="result"></div>
    <div id="history"></div>
    
    
</body>
</html>



<p class="wp-block-paragraph"></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.doc778.com/other-blog/6717/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
