Version final 1
This commit is contained in:
parent
9f41026dc3
commit
3cd5645c39
@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="google-site-verification" content="3QzdxjrSGFo6fP77OFmt2b30i9RdKp5tmKsKZ6Cp6bY" />
|
||||
<title>Viral Content Generator</title>
|
||||
<title>RapidTags</title>
|
||||
<meta name="description" content="Instantly generate thousands of relevant YouTube tags for your videos. Our free tool helps you boost your video's SEO and get more views.">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto:wght@400&display=swap" rel="stylesheet">
|
||||
|
||||
@ -12,18 +12,13 @@
|
||||
{% block content %}
|
||||
<div class="hero-section">
|
||||
<div class="hero-content">
|
||||
<h1 class="mb-3">Generate Viral YouTube Content</h1>
|
||||
<p class="lead mb-4">Enter your video topic and get instant, SEO-friendly titles, tags, and hashtags.</p>
|
||||
|
||||
<form method="post" class="generator-form row justify-content-center align-items-center">
|
||||
{% csrf_token %}
|
||||
<div class="col-md-6 mb-3 mb-md-0">
|
||||
<input type="text" name="topic" class="form-control" placeholder="e.g., 'Django for Beginners'" required>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<button type="submit" class="btn btn-generate w-100">Generate</button>
|
||||
</div>
|
||||
</form>
|
||||
<h1 class="display-5 fw-bold">Free YouTube Tag Generator & SEO Tool</h1>
|
||||
<div class="col-lg-6 mx-auto">
|
||||
<p class="lead mb-4">Instantly generate thousands of relevant YouTube tags for your videos. Our free tool helps you boost your video's SEO and get more views.</p>
|
||||
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
|
||||
<img src="{% static 'pasted-20251118-024426-e59dd4cc.jpg' %}" class="img-fluid" alt="A person using a laptop with code on the screen, representing the YouTube tag generation process.">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if error %}
|
||||
<div class="alert alert-danger mt-4">{{ error }}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user