摘要: 俄罗斯方块 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> h2 { font-size: 19px; text-align: center; } #tetris { width: 阅读全文
posted @ 2023-07-07 15:01 创克杨戒不掉 阅读(17) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wid 阅读全文
posted @ 2023-07-07 14:54 创克杨戒不掉 阅读(15) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt 阅读全文
posted @ 2023-06-30 16:52 创克杨戒不掉 阅读(242) 评论(0) 推荐(0)
摘要: 图片轮播图 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <script src="node_modules/jquery/dist/jquery.js"></script> <title>切换图片</title> <style> * 阅读全文
posted @ 2023-06-30 13:46 创克杨戒不掉 阅读(11) 评论(0) 推荐(0)
摘要: 留言板 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Todo List</title> <style> body { background-color: #f6f6f6; font-family: 'Segoe UI 阅读全文
posted @ 2023-06-30 13:45 创克杨戒不掉 阅读(39) 评论(0) 推荐(0)
摘要: 餐厅页面 <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, m 阅读全文
posted @ 2023-06-30 13:00 创克杨戒不掉 阅读(15) 评论(0) 推荐(0)
摘要: 简单的贪吃蛇小游戏 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><h1>画布canvas</h1><canvas id="gameCanvas" width="600" hei 阅读全文
posted @ 2023-06-30 12:57 创克杨戒不掉 阅读(23) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><head> <title>Register</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; } .container { max-width 阅读全文
posted @ 2023-06-30 12:51 创克杨戒不掉 阅读(16) 评论(0) 推荐(0)