Rename README.md to READ<!DOCTYPE html> <html> <head> <title>Instagra…#870
Closed
lbishirlbishir-cloud wants to merge 1 commit intogithub:mainfrom
Closed
Rename README.md to READ<!DOCTYPE html> <html> <head> <title>Instagra…#870lbishirlbishir-cloud wants to merge 1 commit intogithub:mainfrom
lbishirlbishir-cloud wants to merge 1 commit intogithub:mainfrom
Conversation
…m Growth Helper</title> <style> body{ font-family: Arial; background:#f2f2f2; text-align:center; padding:40px; } .container{ background:white; padding:20px; border-radius:10px; width:300px; margin:auto; } button{ padding:10px 20px; background:#E1306C; color:white; border:none; border-radius:5px; cursor:pointer; } </style> </head> <body> <div class="container"> <h2>Instagram Caption & Hashtag Generator</h2> <input id="topic" placeholder="Enter your topic (travel, fitness...)"> <br><br> <button onclick="generate()">Generate</button> <p id="result"></p> </div> <script> function generate(){ let topic = document.getElementById("topic").value; let hashtags = `#${topic} #${topic}life #${topic}daily #insta${topic} #love${topic}`; let caption = `Living my best ${topic} life! ✨`; document.getElementById("result").innerHTML = "<b>Caption:</b> " + caption + "<br><br><b>Hashtags:</b> " + hashtags; } </script> </body> </html>ME.md
<!DOCTYPE html>
<html>
<head>
<title>Instagram Growth Helper</title>
<style>
body{
font-family: Arial;
background:#f2f2f2;
text-align:center;
padding:40px;
}
.container{
background:white;
padding:20px;
border-radius:10px;
width:300px;
margin:auto;
}
button{
padding:10px 20px;
background:#E1306C;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
}
</style>
</head>
<body>
<div class="container">
<h2>Instagram Caption & Hashtag Generator</h2>
<input id="topic" placeholder="Enter your topic (travel, fitness...)">
<br><br>
<button onclick="generate()">Generate</button>
<p id="result"></p>
</div>
<script>
function generate(){
let topic = document.getElementById("topic").value;
let hashtags = `#${topic} #${topic}life #${topic}daily #insta${topic} #love${topic}`;
let caption = `Living my best ${topic} life! ✨`;
document.getElementById("result").innerHTML =
"<b>Caption:</b> " + caption + "<br><br><b>Hashtags:</b> " + hashtags;
}
</script>
</body>
</html>
Author
<title>Instagram Growth Helper</title>
<style>
body{
font-family: Arial;
background:#f2f2f2;
text-align:center;
padding:40px;
}
.container{
background:white;
padding:20px;
border-radius:10px;
width:300px;
margin:auto;
}
button{
padding:10px 20px;
background:#E1306C;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
}
</style>
Instagram Caption & Hashtag GeneratorGenerate Hashtags: " + hashtags; } </script> |
Author
|
Author
lbishirlbishir-cloud
left a comment
There was a problem hiding this comment.
<title>Instagram Growth Helper</title>
<style>
body{
font-family: Arial;
background:#f2f2f2;
text-align:center;
padding:40px;
}
.container{
background:white;
padding:20px;
border-radius:10px;
width:300px;
margin:auto;
}
button{
padding:10px 20px;
background:#E1306C;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
}
</style>
<script>
function generate(){
let topic = document.getElementById("topic").value;
let hashtags = `#${topic} #${topic}life #${topic}daily #insta${topic} #love${topic}`;
let caption = `Living my best ${topic} life! ✨`;
document.getElementById("result").innerHTML =
"Caption: " + caption + "
Hashtags: " + hashtags; } </script>
Instagram Caption & Hashtag Generator
Generate
Hashtags: " + hashtags; } </script>
Author
<title>Instagram Growth Helper</title>
<style>
body{
font-family: Arial;
background:#f2f2f2;
text-align:center;
padding:40px;
}
.container{
background:white;
padding:20px;
border-radius:10px;
width:300px;
margin:auto;
}
button{
padding:10px 20px;
background:#E1306C;
color:white;
border:none;
border-radius:5px;
cursor:pointer;
}
</style>
Instagram Caption & Hashtag GeneratorGenerate Hashtags: " + hashtags; } </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…m Growth Helper</title> <style> body{ font-family: Arial; background:#f2f2f2; text-align:center; padding:40px; } .container{ background:white; padding:20px; border-radius:10px; width:300px; margin:auto; } button{ padding:10px 20px; background:#E1306C; color:white; border:none; border-radius:5px; cursor:pointer; } </style>
Instagram Caption & Hashtag Generator
Generate
#${topic} #${topic}life #${topic}daily #insta${topic} #love${topic}; let caption =Living my best ${topic} life! ✨; document.getElementById("result").innerHTML = "Caption: " + caption + "Hashtags: " + hashtags; } </script> ME.md <title>Instagram Growth Helper</title> <style> body{ font-family: Arial; background:#f2f2f2; text-align:center; padding:40px; } .container{ background:white; padding:20px; border-radius:10px; width:300px; margin:auto; } button{ padding:10px 20px; background:#E1306C; color:white; border:none; border-radius:5px; cursor:pointer; } </style>
Instagram Caption & Hashtag Generator
Generate
Hashtags: " + hashtags; } </script>