PromptShop
Creative Entertainment· Comedy WritingBeginner

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-vip

How 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