Skip to content

Commit 208ab05

Browse files
meh
Updated the title and tagline for the RealMathModel page.
1 parent 52bad26 commit 208ab05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="apple-mobile-web-app-capable" content="yes">
88
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
99
<meta name="apple-mobile-web-app-title" content="Study Hub">
10-
<title>realmathmodel — study hub</title>
10+
<title>RealMathModel Page</title>
1111

1212
<!-- FontAwesome (icons referenced by class in study.json) -->
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer">
@@ -220,7 +220,7 @@ <h2 id="mTitle">Open this page?</h2>
220220
========================================================================== */
221221

222222
var app=document.getElementById('app'), ttl=document.getElementById('ttl');
223-
var cats=[], owner='hasan', host='iug', tagline='Pick an area — drill down to its resources.';
223+
var cats=[], owner='hasan', host='iug', tagline='All What a Computer/AI Engineer needs in one place !';
224224

225225
/* ---------- helpers ---------- */
226226
function esc(s){return String(s).replace(/[&<>"]/g,function(c){return({'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;'}[c]);});}
@@ -241,8 +241,8 @@ <h2 id="mTitle">Open this page?</h2>
241241

242242
/* ---------- views ---------- */
243243
function renderHub(){
244-
ttl.innerHTML='<i class="fa-solid fa-terminal"></i> realmathmodel — bash — 80×24';
245-
document.title='realmathmodel — study hub';
244+
ttl.innerHTML='<i class="fa-solid fa-terminal"></i> realmathmodel';
245+
document.title='RealMathModel Page';
246246
app.innerHTML=
247247
'<p class="prompt"><span class="u">'+esc(owner)+'</span>@<span class="p">'+esc(host)+'</span>:<span class="d">~</span>$ ls ./study<span class="cursor"></span></p>'+
248248
'<h1>Study <span class="ac">Hub</span></h1><p class="sub">'+esc(tagline)+'</p>'+

0 commit comments

Comments
 (0)