Netflix + ReelShort + VIP会员中心 + 世界杯专区的效果。
RoyalBlueClub是一个集娱乐、会员服务、广告推广与品牌合作于一体的综合平台,为用户提供优质内容、VIP专属服务及最新热门资讯。 网站介绍 欢迎来到 Diamond Blue Hub RoyalBlueClub致力于打造专业、高品质的线上娱乐与会员服务平台,提供: ✅ VIP会员专区 ✅ 热门影视推荐 ✅ 品牌合作推广 ✅ 广告导航服务 ✅ 最新活动资讯 ✅ 专属客服支援 我们不断优化用户体验,为会员带来更丰富、更便捷的线上娱乐服务。
Ready to use
This prompt has no variables — just copy and paste.
Your prompt
royal-blue-club/
├── index.html
├── drama.html
├── worldcup.html
├── vip.html
├── login.html
├── profile.html
│
├── css/
│ └── style.css
│
├── js/
│ ├── app.js
│ ├── auth.js
│ ├── vip.js
│ └── worldcup.js
│
├── api/
│ ├── login.js
│ ├── register.js
│ ├── payment.js
│ └── drama.js
│
├── admin/
│ ├── dashboard.html
│ ├── upload.html
│ └── users.html
│
└── assets/
├── logo.png
├── banner.jpg
└── posters/
— via PromptShop: https://promptshop.munirabbasi.me/prompts/netflix-reelshort-vipHow to use it
HTML
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Royal Blue Club</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <style> body{ background:#071A3D; color:white; } .navbar{ background:#0C2554; } .hero{ padding:100px 20px; text-align:center; } .gold{ color:#D4AF37; } .card{ background:#122E61; border:none; } </style> </head> <body> <nav class="navbar navbar-expand-lg navbar-dark"> <div class="container"> <a class="navbar-brand gold" href="#"> ROYAL BLUE CLUB </a> </div> </nav> <section class="hero"> <h1 class="gold"> ROYAL BLUE CLUB </h1>Example output
const express=require('express');
const app=express();
app.post('/login',(req,res)=>{
const username=req.body.username;
const password=req.body.password;
if(username==="admin" && password==="123456"){
res.json({
success:true
});
}else{
res.json({
success:false
});
}
});
app.listen(3000);Tags
Related prompts
Storybook With Images Illustrated Chapter Generator
Create an illustrated storybook with rich chapters and matching AI-generated images.
Creative Project Pipeline Manager
Organize multiple creative projects with different stages and deadlines for designers, writers, and creative professionals.
Viral Social Media Trend Predictor and Creator
Analyzes current trends and creates new viral content concepts with built-in shareability factors, perfect for content creators and social media strategists.
YouTube Shorts Viral Hook Generator with Retention Strategy
Creates compelling opening hooks and retention strategies for YouTube Shorts that maximize watch time and viral potential through psychological triggers and engagement patterns.
Parallel Universe Life Path Exploration Generator
Creates a detailed exploration of your alternate life based on one major decision you almost made but didn't, building out your complete parallel existence with vivid specificity.
Visual Storytelling Guide
Design visual narrative frameworks that tell stories through image sequences, composition choices, color shifts, and the visual grammar that communicates emotion without words.