-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
138 lines (120 loc) · 5.38 KB
/
index.html
File metadata and controls
138 lines (120 loc) · 5.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NightTape - AI Horror Video Generation</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f9f9f9;
}
.container {
background: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #ff7518;
border-bottom: 2px solid #ff7518;
padding-bottom: 10px;
}
h2 {
color: #444;
margin-top: 30px;
}
.contact-info {
background: #f8f9fa;
padding: 20px;
border-radius: 5px;
margin: 20px 0;
}
.policy-section {
margin: 25px 0;
padding: 20px;
border-left: 4px solid #ff7518;
background: #fff9f5;
}
footer {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
text-align: center;
color: #666;
font-size: 0.9em;
}
</style>
</head>
<body>
<div class="container">
<h1>NightTape</h1>
<p><strong>AI-Powered Horror Video Generation Service</strong></p>
<h2>Our Service</h2>
<p>NightTape provides AI-powered 8-second horror video generation using Google's VEO3 technology. Users purchase Tape Credits to create custom horror clips from text prompts and optional image references.</p>
<h2>How It Works</h2>
<ul>
<li>Purchase Tape Credit packages (Weekly, Monthly, or Founders packs)</li>
<li>Use credits to generate 8-second horror videos</li>
<li>Download and share your created content</li>
</ul>
<h2>Pricing</h2>
<ul>
<li><strong>Weekly Pack:</strong> 80,000 Tape Credits (8 videos) - $13.99 - Expires in 7 days</li>
<li><strong>Monthly Pack:</strong> 300,000 Tape Credits (30 videos) - $49.50 - Expires in 30 days</li>
<li><strong>Founders Pack:</strong> 100,000 Tape Credits (10 videos) - $15.90 - Expires in 30 days</li>
</ul>
<div class="contact-info">
<h2>Contact Information</h2>
<p><strong>Business Name:</strong> NightTape</p>
<p><strong>Email:</strong> coby.shred@gmail.com</p>
<p><strong>Service Hours:</strong> Monday-Friday, 9 AM - 5 PM PST</p>
</div>
<div class="policy-section">
<h2>Refund Policy</h2>
<p>Refunds are provided only for technical failures that prevent video generation. Creative dissatisfaction with generated content does not qualify for refunds. Unused Tape Credits are non-refundable after purchase.</p>
</div>
<div class="policy-section">
<h2>Credit Expiration Policy</h2>
<p>Tape Credits expire according to the package purchased:</p>
<ul>
<li>Weekly Pack credits expire 7 days after purchase</li>
<li>Monthly Pack credits expire 30 days after purchase</li>
<li>Founders Pack credits expire 30 days after purchase</li>
</ul>
<p>No extensions or refunds are provided for expired credits.</p>
</div>
<div class="policy-section">
<h2>Cancellation Policy</h2>
<p>Credit purchases are final. Users may stop using the service at any time, but purchased credits cannot be canceled or refunded except in cases of technical failure.</p>
</div>
<div class="policy-section">
<h2>Content Policy</h2>
<p>Generated videos are for personal and commercial use. Users are responsible for ensuring their prompts comply with applicable laws. NightTape reserves the right to refuse service for content that violates platform policies.</p>
</div>
<div class="policy-section">
<h2>Terms of Service</h2>
<p>By using NightTape, users agree to:</p>
<ul>
<li>Use the service in accordance with applicable laws</li>
<li>Not attempt to reverse engineer or abuse the AI generation system</li>
<li>Accept that video generation is powered by third-party AI technology</li>
<li>Understand that generation times may vary based on system load</li>
</ul>
</div>
<div class="policy-section">
<h2>Technical Service Details</h2>
<p>NightTape utilizes Google's VEO3 AI technology for video generation. Generated videos are 8 seconds in length, delivered in 720p or 1080p resolution. The service is provided "as-is" with no guarantees on generation time or specific creative outcomes.</p>
</div>
<footer>
<p>© 2025 NightTape. All rights reserved.</p>
<p>Built with Google AI Studio (VEO3). Not affiliated with or endorsed by Google.</p>
</footer>
</div>
</body>
</html>