AmazonS3
tcp/443
CloudFront
tcp/80
Open service 108.138.26.52:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:57 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 9672a97668a5842cedcfaee3e743019e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: 3xocwBr0R42STFmNmCNn_QU9gTT9cJftR-hGIpPDsR7T9myM0TyFeA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 108.138.26.80:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 d34cf2ddbdf9774517330fee6a26e4b2.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: PPXZPvegek2BQ8UPccQeKn3bcNTunZo1OQSNwu6DSRwfSUFGj_s_6A== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 108.138.26.20:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 fa87f2173bfe5d35fd73cec71ab12a32.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: bkfEhSz_2mg8-tAHEcFM7N135IinljMd-d-1nipvlEpycX4Qy3peWg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:9400:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 3199fed6c4260c9448326645d333530a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: Cctjc2gU6FD6gtu4fHRDSWWvpDaUoK_AQwhWcSB81xXpgzrRsIiUpw==
Age: 28748
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 108.138.26.52:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 4b69099d64ffa1fbe8adbe1235065a14.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: XDM39PcAZqKpU8XNxU8AcxdifBHMtGcE_tGLRsEHX93HozIz9A9Wdw==
Age: 28748
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 108.138.26.80:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 3199fed6c4260c9448326645d333530a.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: A4Ib-f_7usw4A1GbAiz1VSoes0MI4GppBXQj_ZkUrMBxy244ORSN-A==
Age: 28748
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:2600:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 4dd80d99fd5d0f6baaaf5179cd921f72.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: bUAEswlvj6YfWzorfEtaDJbLuylbltLRvI98bZbaqt8EK-APLpDoMg==
Age: 28749
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 108.138.26.93:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 26f61e70ac4b967ea82841cbd2dc7cf0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: -RtiCT1dlRnzALGFJFlCGAN21JfG3bwn7YaCkaWTtsDu3UBfqKPnfA==
Age: 28749
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 108.138.26.20:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 57ba1933a852bdb178dbe4a1e2e3a5fa.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: SsUBU8URF2DD12LbvCp6quSj65BB8emzwylTm6-HsomPlEQfdf-5lw==
Age: 28749
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:a00:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 099a327961f82798658bf21aa210d4a0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: vKKu3gPs3N9Hlp0BKfLfWRFWwMymRth3mnXdcX0W0NWUOCyDDRWVlw==
Age: 28749
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:2600:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:56 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 a811170f30183becd909b501e545e756.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: Z1dBdpL2zBXWpKNxfS_xveqhKJptUyrhXmrpIaH8HyjsTrWAV07x8w== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:400:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 f1a22cc8d842b0950e4bd5bda60806f2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: x8-HwX5EbS9MsNahw-sedzJ5EjkdVb0qaEp9KGdbj9UQ8qC1koKCGQ==
Age: 28749
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:a00:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:56 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 86b463b2b2449ea5ba66d271a3c29922.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: cOlqPvpoZSaiyC0r13KUTeenc7f_45YZts6jzIzeuBt0gcjEyyNc0A== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:2000:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 d34cf2ddbdf9774517330fee6a26e4b2.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: XhMCnTi15V80ynYmdq2SBL7yk3k5THi7_EJIBvXp3tfd7m8fn8_19g==
Age: 28749
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:400:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:56 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 f3d57c6f1e03e389abd50b7f7535cee4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: 6xZfDQhRxl4WmaCtprXiFFI35vlWKOmkuNbnlT2qrkvb0SQCitCPSg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:9400:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 0e358bffbd534852f8496b34da6ad3e4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: PANcbC2EDhC4tZX26dZMGtXRNdbUsZNelRlgB9qVBkotHzJbjV_iCw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:6200:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 85ca8c4198fb707d10ecc2a784a315be.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: Z2h5sYml4NdOG34WW_T6Ou3tnU9xvgmuCe3v-wZ2BpPvF8WdFKqsMw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:6200:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 099a327961f82798658bf21aa210d4a0.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: ep4qVcoXDRyvyc-rzBE588iVWCkjvmbE8o_NlrdvwRdBm8gObw1alA==
Age: 28748
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:6e00:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 62e7b24ca032b612bb93fa7f3437469c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: M365CFz_Qv5c_qasr9hsIXs-1ZemfgmE4O8qbbsIGijqDhR2h0zHmQ==
Age: 28748
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:7a00:a:61ff:adc0:93a1:443 · slangbible.com
2025-12-22 07:23
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 14493
Connection: close
Last-Modified: Thu, 08 May 2025 16:01:30 GMT
x-amz-server-side-encryption: AES256
Accept-Ranges: bytes
Server: AmazonS3
Date: Mon, 22 Dec 2025 07:23:55 GMT
ETag: "bf449894f64f760d23e77d8b0bea5a53"
X-Cache: Hit from cloudfront
Via: 1.1 f3d57c6f1e03e389abd50b7f7535cee4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA56-P7
X-Amz-Cf-Id: rUm8-_5WFto3MeOM2QXuk9QYTCPjwRglq-HT-0ZVIHmpgzLmRxRn6w==
Age: 28748
Page title: Slang Bible Translator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Slang Bible Translator</title>
<style>
:root {
--primary-color: #4CAF50;
--primary-hover: #45a049;
--background-color: #f9f9f9;
--border-color: #ddd;
--text-color: #333;
}
body {
font-family: Arial, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: var(--text-color);
}
h1 {
text-align: center;
color: var(--text-color);
}
.container {
display: flex;
flex-direction: column;
gap: 20px;
}
.input-section {
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-section {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.translation-card {
flex: 1;
min-width: 300px;
background: var(--background-color);
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.translation-header {
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
.translation-content {
font-size: 1.1em;
line-height: 1.6;
}
.translation-content p {
margin-bottom: 10px;
line-height: 1.4;
}
.translation-content p:last-child {
margin-bottom: 0;
}
.verse-reference {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.verse-reference h2 {
color: var(--text-color);
margin: 0;
padding: 10px;
font-size: 1.5em;
}
label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
input, select {
width: 100%;
padding: 8px;
margin-bottom: 15px;
border: 1px solid var(--border-color);
border-radius: 4px;
box-sizing: border-box;
}
button {
background-color: var(--primary-color);
color: white;
padding: 10px 15px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
width: 100%;
}
button:hover {
background-color: var(--primary-hover);
}
#loading {
text-align: center;
display: none;
}
#result {
display: none;
}
.translation-actions {
display: none;
margin-top: 20px;
text-align: center;
}
.share-btn {
width: auto;
min-width: 200px;
}
@media (max-width: 768px) {
.translation-card {
flex: 100%;
}
body {
padding: 10px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Slang Bible Translator</h1>
<p>Enter a Bible verse, select a translation and a year to get a slang-heavy version!</p>
<div class="input-section">
<form id="translatorForm">
<label for="verse">Bible Verse (e.g., "John 3:16" or "Psalm 23"):</label>
<input type="text" id="verse" name="verse" required value="Romans 12:2">
<label for="translation">Translation:</label>
<select id="translation" name="translation" required>
<option value="NIV">New International Ve
Open service 2600:9000:2491:2000:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 6e5ec1ef7875ec0751cb61200df7f212.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: 9zR-X_DepSbx4lskGzOkVaklmWZI0PSYce4mVE8JyUnymJMaJXtZqg== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:6e00:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 86b463b2b2449ea5ba66d271a3c29922.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: eceG5tFKOq8CY_NABKkm_AxNQ3e9oe-P8_0vJf-7SfUMfmy4H981GQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 108.138.26.93:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 6e5ec1ef7875ec0751cb61200df7f212.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: MxUsH-lK2RBDiDa9x9A5Ys-ZvfPjGBzdMry83aBR4rofA2DKkBQLvA== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 2600:9000:2491:7a00:a:61ff:adc0:93a1:80 · slangbible.com
2025-12-22 07:23
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 22 Dec 2025 07:23:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://slangbible.com/ X-Cache: Redirect from cloudfront Via: 1.1 da749f044be44d389a30372d73356c4e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA56-P7 X-Amz-Cf-Id: tXVkx6tF0w6TUbErRb2zw_O7-dvr-EYhi1UYnVVpByYBOQXhE7DOZw== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
108.138.26.52 1 108.138.26.80 1 108.138.26.20 1 2600:9000:2491:9400:a:61ff:adc0:93a1 1 2600:9000:2491:2600:a:61ff:adc0:93a1 1 108.138.26.93 1 2600:9000:2491:a00:a:61ff:adc0:93a1 1 2600:9000:2491:400:a:61ff:adc0:93a1 1 2600:9000:2491:2000:a:61ff:adc0:93a1 1 2600:9000:2491:6200:a:61ff:adc0:93a1 1 2600:9000:2491:6e00:a:61ff:adc0:93a1 1 2600:9000:2491:7a00:a:61ff:adc0:93a1 1