UNPKG

real-name-pc

Version:
29 lines (28 loc) 731 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>多平台防沉迷测试页--首页</title> <style> nav a { text-decoration: none; cursor: pointer; color: #fff; background-color: #666; } .feature { padding: 10px; margin-right: 20px; } </style> </head> <body> <h3>多平台防沉迷测试页--首页</h3> <nav> <a class="feature" href="./h5Platform/index.html">h5联运平台防沉迷</a> <a class="feature" href="./lobby/index.html">大厅支付防沉迷</a> <a class="feature" href="./lobbyMini/index.html">大厅mini付防沉迷</a> </nav> </body> </html>