Help
RSS
API
Feed
Maltego
Contact
Domain > englishproject.wstd.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-12-15
104.26.10.145
(
ClassC
)
2024-12-15
172.67.74.1
(
ClassC
)
2025-12-14
104.19.163.34
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sun, 14 Dec 2025 18:58:50 GMTContent-Type: text/htmlContent-Length: 9037Connection: keep-aliveCache-Control: public, max-age0, must-revalidateLink: /assets/index-CXsR8Tuj.css>; relpreload; asstyle, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css>; relpreload; asstyle, https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css>; relpreload; asstyleStrict-Transport-Security: max-age63072000; includeSubDomains; preloadContent-Security-Policy: frame-ancestors selfReferrer-Policy: strict-origin-when-cross-originX-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINX-Powered-By: Webstudio CloudVary: accept-encodingServer: cloudflareCF-RAY: 9adfef579addb18c-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen-US>head>meta charSetutf-8/>meta nameviewport contentwidthdevice-width,initial-scale1/>meta propertyog:url contenthttps://englishproject.wstd.io//>title>2AS Math English Project Group Home /title>meta propertyog:title content2AS Math English Project Group Home />meta propertyog:type contentwebsite/>meta namedescription contentThis is 2AS english project, don't enter if you are not in the groupe or in the selected people./>meta propertyog:description contentThis is 2AS english project, don't enter if you are not in the groupe or in the selected people./>meta propertyog:image contenthttps://englishproject.wstd.io/cgi/image/warimg_fKuEA42TpoUCi6G0mdIAD.png?formatraw/>link relmodulepreload href/assets/manifest-57fd8777.js/>link relmodulepreload href/assets/entry.client-BaVuENvx.js/>link relmodulepreload href/assets/components-BPFZtH0U.js/>link relmodulepreload href/assets/_index-C6RflQSI.js/>link relmodulepreload href/assets/html-embed-D0EbU9TA.js/>link relmodulepreload href/assets/root-oFATg2Yb.js/>link relmodulepreload href/assets/index-pw6XcUvw.js/>link relmodulepreload href/assets/_index-xTNe08qB.js/>link relstylesheet href/assets/index-CXsR8Tuj.css/>/head>body classw-body>div classw-html-embed> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>World Wars Archive/title> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css> style> /* Reset and Global Styles */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Georgia, Times New Roman, Times, serif; background: linear-gradient(to bottom, #d9c9b7, #7a5d3b); color: #2c2c2c; min-height: 100vh; line-height: 1.6; overflow-x: hidden; } a { color: #2c2c2c; text-decoration: none; } h1, h2, h3 { font-family: Georgia, serif; } /* Header */ header { background: rgba(255, 255, 255, 0.9); padding: 16px 0; position: sticky; top: 0; z-index: 50; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: background 0.3s ease-in-out; } .container { width: 90%; max-width: 1200px; margin: 0 auto; } .flex { display: flex; align-items: center; justify-content: space-between; } nav ul { display: flex; list-style-type: none; } nav ul li { margin-left: 16px; } nav ul li a { padding: 8px 12px; border-radius: 5px; transition: background 0.3s ease, color 0.3s ease; } nav ul li a:hover { background-color: #ffd700; color: #333; } /* Main Content */ main { padding: 48px 0; } h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); } h2 { font-size: 2.5rem; margin-bottom: 16px; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); } h3 { font-size: 1.5rem; margin-bottom: 12px; } .section-intro { text-align: center; margin-bottom: 48px; animation: fadeInUp 1s ease; } p { margin-bottom: 16px; color: #555; } /* Cards */ .cards { display: grid; grid-template-columns: 1fr; gap: 32px; } .card { padding: 24px; border-radius: 10px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .card:hover { transform: translateY(-10px); box-shadow: 0 16px 24px rgba(0, 0, 0, 0.3); } .card h2 { margin-bottom: 8px; color: #7a5d3b; } .button { display: inline-block; padding: 10px 20px; margin-top: 16px; background-color: #ffd700; color: #333; border-radius: 5px; font-weight: bold; transition: background 0.3s ease, transform 0.2s ease; animation: fadeIn 0.5s ease-in-out; } .button:hover { background-color: #ffc107; transform: scale(1.05); } .button:active { transform: scale(0.95); } /* Animations */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* Footer */ footer { background: rgba(255, 255, 255, 0.9); padding: 32px 0; margin-top: 32px; text-align: center; box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2); } footer .links { display: flex; justify-content: space-between; flex-wrap: wrap; } footer .links div { margin-bottom: 16px; } footer p { margin-top: 16px; font-size: 0.875rem; color: #555; } /* Image Styles */ .hero-image { width: 100%; height: auto; border-radius: 10px; margin-bottom: 32px; } /style> !-- Header --> header> div classcontainer flex> a href# classtext-3xl font-bold>World Wars Archive/a> nav> ul> li>a href/war>The War/a>/li> li>a href/ww>World War I & II/a>/li> li>a href/peace>Peace/a>/li> /ul> /nav> /div> /header> !-- Main content --> main classcontainer> !-- Introduction Section --> section classsection-intro> h1>Definition of the war/h1> div classcards> div classcard stylebackground-color: #e8eaf6;> h2>War/h2> p>Discover the events, battles, and impacts./p> a href/war classbutton>Explore War/a> /div> div classcard stylebackground-color: #ffebee;> h2>World War I & II/h2> p>1914 - 1918/p> p>1939 - 1945/p> p>Delve into the most significant conflicts of the 20th century./p> a href/ww classbutton>Explore World War I & II/a> /div> div classcard stylebackground-color: #e8eaf6;> h2>Peace/h2> p>Definition of Peace./p> a href/peace classbutton>Explore Peace/a> /div> /div> /section> center> video width1000 height700 controls> source srchttps://download947.mediafire.com/xmphxbyjahxgTG8dlTiRpkUdrF0X5737g8LmfTDAgjgLng7ZxVzERfA9EQxM3NXSCvradsP7pGwXks7mdWPRbbtN8h6jpFtIWslNDjMXr9xxNf81bZR8l2VZD22zOL1i4YLr6Y3oux27xeNGbWe3E_3iACumxyseeH9UwOEMFhCbZA/6i29laspkoz6w71/invideo-ai-720+Understanding+Wars_+Causes%2C+Dangers%2C+and+2024-11-02.mp4 typevideo/mp4> /video> /center> hr styleborder-top: 1px solid rgba(0, 0, 0, 0.2); margin: 48px 0;> p>© 2024 English Project Ilyes Idris Abderraouf Mohamed Mouad. All rights reserved./p> /main>/div>script>window.__remixContext {basename:/,future:{v3_fetcherPersist:false,v3_relativeSplatPath:false,v3_throwAbortReason:false,unstable_singleFetch:false,unstable_lazyRouteDiscovery:false,unstable_optimizeDeps:false},isSpaMode:false,state:{loaderData:{routes/_index:{host:englishproject.wstd.io,url:https://englishproject.wstd.io/,system:{params:{},search:{},origin:https://englishproject.wstd.io},resources:{},pageMeta:{title:2AS Math English Project Group Home ,description:This is 2AS english project, dont enter if you are not in the groupe or in the selected people.,excludePageFromSearch:false,language:en-US,socialImageAssetName:warimg_fKuEA42TpoUCi6G0mdIAD.png,custom:}},root:null},actionData:null,errors:null}};/script>script typemodule async>import /assets/manifest-57fd8777.js;import * as route0 from /assets/root-oFATg2Yb.js;import * as route1 from /assets/_index-xTNe08qB.js;window.__remixRouteModules {root:route0,routes/_index:route1};import(/assets/entry.client-BaVuENvx.js);/script>script>((s, l) > { if (!window.history.state || !window.history.state.key) { let u Math.random().toString(32).slice(2); window.history.replaceState({ key: u }, ); } try { let d JSON.parse(sessionStorage.getItem(s) || {})l || window.history.state.key; typeof d number && window.scrollTo(0, d); } catch (u) { console.error(u), sessionStorage.removeItem(s); } })(positions, null)/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]