|
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"/> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
<link rel="apple-touch-icon" sizes="180x180" href="https://memelang.net/apple-touch-icon.png"> |
|
<link rel="icon" type="image/png" sizes="32x32" href="https://memelang.net/favicon-32x32.png"> |
|
<link rel="icon" type="image/png" sizes="16x16" href="https://memelang.net/favicon-16x16.png"> |
|
<title>Memelang</title> |
|
|
|
<style type="text/css"> |
|
body { line-height:150%; background:rgb(11,12,13); color:rgb(230,230,230); font-family:sans-serif; font-size:1.1rem; } |
|
a { color:rgb(170,170,192); text-decoration:none; } |
|
a:hover { text-decoration:underline; } |
|
main { max-width: 800px; width: 94%; margin:40px auto 100px auto; } |
|
h1 { font-size:2rem; margin:20px 0 } |
|
h2 { font-size:1.5rem; margin:40px 0 0 0; } |
|
h3 { font-size:1.25rem; margin:30px 0 0 0; } |
|
pre { background:rgba(255,255,255,0.1); font-family:monospace; box-sizing:border-box; width:100%; padding:16px; vertical-align:top; overflow:auto; border:1px solid rgb(255,255,255,0.2); border-radius:6px; } |
|
pre code { font-family:monospace; font-size: 0.9rem; white-space:nowrap; color:rgb(220,220,220); white-space:pre; } |
|
.msg { text-align:center; color:rgb(255,128,0); font-weight:bold; font-style:italic; padding:20px; background:rgb(100,50,21); display:block; margin-bottom:40px; } |
|
#check { display:none; } |
|
p { margin-bottom:30px } |
|
#copy { display:block;position: absolute; top:-20px;right:10px; padding:6px 12px; background:rgb(43,43,150); color:rgb(213,213,255); border-radius:6px; font-size:80%; text-transform:uppercase; font-weight:bold; z-index:2 } |
|
</style> |
|
</head> |
|
<body> |
|
<main> |
|
|
|
<video width="100%" height="360" poster="https://memelang.net/00/logo02.svg" controls style="text-align: center; background:black"> |
|
<source src="https://memelang.net/08/video.mp4" type="video/mp4"> |
|
<a href="https://www.youtube.com/watch?v=hXkpxjD5O44">Watch video on YouTube</a> |
|
</video> |
|
|
|
|
|
<p>Memelang is an AI-optimized query language that significantly reduces token count and model size for LLM RAG. <a href="https://memelang.net/08/">View the code here</a>.</p> |
|
|
|
</main> |
|
</body> |
|
</html> |