page 122
You are currently viewing a revision titled "page 122", saved on 2024年11月1日 9:42 PM by Thapa Ramu | |
---|---|
タイトル | page 122 |
コンテンツ | <html lang="en <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Simple HTML Page</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 20px; } header { background: #007BFF; color: white; padding: 10px 0; text-align: center; } footer { text-align: center; margin-top: 20px; } </style> </head> <body> |
抜粋 | |
脚注 |