This commit is contained in:
IanSkinner1982 2023-04-17 12:59:44 -04:00
parent 63432c2f70
commit c1c0a2caa7
35 changed files with 126 additions and 126 deletions

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="{{ site.url }}/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
{% if page.title == "Home" %} {% if page.title == "Home" %}
@ -16,12 +16,12 @@
<meta property="og:locale" content="en_US"> <meta property="og:locale" content="en_US">
<meta name="description" content="{{ page.title }} | {{ site.title }}"> <meta name="description" content="{{ page.title }} | {{ site.title }}">
<meta property="og:description" content="{{ page.title }} | {{ site.title }}"> <meta property="og:description" content="{{ page.title }} | {{ site.title }}">
<meta property="og:url" content="https://randommeaninglesscharacters.com"> <meta property="og:url" content="{{ site.url }}">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
{% if page.custicon == true %} {% if page.custicon == true %}
<meta property="og:image" content="{{ page.iconurl }}"> <meta property="og:image" content="{{ page.iconurl }}">
{% else %} {% else %}
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="{{ site.url }}/icon.png">
{% endif %} {% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>{{ page.title }} | {{ site.title }}</title> <title>{{ page.title }} | {{ site.title }}</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="{{ site.url }}/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
{% if page.title == "Home" %} {% if page.title == "Home" %}
@ -19,12 +19,12 @@
<meta name="description" content="{{ page.title }} | {{ site.title }}"> <meta name="description" content="{{ page.title }} | {{ site.title }}">
<meta property="og:description" content="{{ page.title }} | {{ site.title }}"> <meta property="og:description" content="{{ page.title }} | {{ site.title }}">
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}"> <link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html',''}}">
<meta property="og:url" content="https://randommeaninglesscharacters.com{{ page.url | replace:'index.html','' }}"> <meta property="og:url" content="{{ site.url }}{{ page.url | replace:'index.html','' }}">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
{% if page.custicon == true %} {% if page.custicon == true %}
<meta property="og:image" content="{{ page.iconurl }}"> <meta property="og:image" content="{{ page.iconurl }}">
{% else %} {% else %}
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="{{ site.url }}/icon.png">
{% endif %} {% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -14,10 +14,10 @@
<meta property="og:locale" content="en_US"> <meta property="og:locale" content="en_US">
<meta name="description" content="Contact Us | rmc's site"> <meta name="description" content="Contact Us | rmc's site">
<meta property="og:description" content="Contact Us | rmc's site"> <meta property="og:description" content="Contact Us | rmc's site">
<meta property="og:url" content="https://randommeaninglesscharacters.com"> <meta property="og:url" content="http://localhost:4000">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Blog | rmc's site</title> <title>Blog | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="Blog | rmc's site"> <meta name="description" content="Blog | rmc's site">
<meta property="og:description" content="Blog | rmc's site"> <meta property="og:description" content="Blog | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsi.html"> <link rel="canonical" href="http://localhost:4000/dsi.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsi.html"> <meta property="og:url" content="http://localhost:4000/dsi.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DS Game Card To SD | rmc's site</title> <title>DS Game Card To SD | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DS Game Card To SD | rmc's site"> <meta name="description" content="DS Game Card To SD | rmc's site">
<meta property="og:description" content="DS Game Card To SD | rmc's site"> <meta property="og:description" content="DS Game Card To SD | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsgamecardtosd.html"> <link rel="canonical" href="http://localhost:4000/dsidev/dsgamecardtosd.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsgamecardtosd.html"> <meta property="og:url" content="http://localhost:4000/dsidev/dsgamecardtosd.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop Debug | rmc's site</title> <title>DSi Shop Debug | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop Debug | rmc's site"> <meta name="description" content="DSi Shop Debug | rmc's site">
<meta property="og:description" content="DSi Shop Debug | rmc's site"> <meta property="og:description" content="DSi Shop Debug | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop.html"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop.html"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/NCL/ec/ec_deviceInfo.html"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/NCL/ec/ec_deviceInfo.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/NCL/ec/ec_deviceInfo.html"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/NCL/ec/ec_deviceInfo.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/NCL/ec/ec_example_"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/NCL/ec/ec_example_">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/NCL/ec/ec_example_"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/NCL/ec/ec_example_">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/NCL/"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/NCL/">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/NCL/"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/NCL/">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/ec/ec_deviceInfo.html"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/ec/ec_deviceInfo.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/ec/ec_deviceInfo.html"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/ec/ec_deviceInfo.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/ec/ec_example_"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/ec/ec_example_">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/ec/ec_example_"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/ec/ec_example_">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_02_"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_02_">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/font_check/shopmock/fontlist_02_"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_02_">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_03_"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_03_">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/font_check/shopmock/fontlist_03_"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_03_">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_04_"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_04_">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/font_check/shopmock/fontlist_04_"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_04_">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/font_check/shopmock/"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/SMC/">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/SMC/"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/SMC/">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>DSi Shop | rmc's site</title> <title>DSi Shop | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="DSi Shop | rmc's site"> <meta name="description" content="DSi Shop | rmc's site">
<meta property="og:description" content="DSi Shop | rmc's site"> <meta property="og:description" content="DSi Shop | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/dsishop/startup.html"> <link rel="canonical" href="http://localhost:4000/dsidev/dsishop/startup.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/dsishop/startup.html"> <meta property="og:url" content="http://localhost:4000/dsidev/dsishop/startup.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>EC file utility | rmc's site</title> <title>EC file utility | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="EC file utility | rmc's site"> <meta name="description" content="EC file utility | rmc's site">
<meta property="og:description" content="EC file utility | rmc's site"> <meta property="og:description" content="EC file utility | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/ecconfigview.html"> <link rel="canonical" href="http://localhost:4000/dsidev/ecconfigview.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/ecconfigview.html"> <meta property="og:url" content="http://localhost:4000/dsidev/ecconfigview.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Index | rmc's site</title> <title>Index | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="Index | rmc's site"> <meta name="description" content="Index | rmc's site">
<meta property="og:description" content="Index | rmc's site"> <meta property="og:description" content="Index | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/"> <link rel="canonical" href="http://localhost:4000/dsidev/">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/"> <meta property="og:url" content="http://localhost:4000/dsidev/">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>NandFiler | rmc's site</title> <title>NandFiler | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="NandFiler | rmc's site"> <meta name="description" content="NandFiler | rmc's site">
<meta property="og:description" content="NandFiler | rmc's site"> <meta property="og:description" content="NandFiler | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/nandfiler.html"> <link rel="canonical" href="http://localhost:4000/dsidev/nandfiler.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/nandfiler.html"> <meta property="og:url" content="http://localhost:4000/dsidev/nandfiler.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Nand Sweeper | rmc's site</title> <title>Nand Sweeper | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="Nand Sweeper | rmc's site"> <meta name="description" content="Nand Sweeper | rmc's site">
<meta property="og:description" content="Nand Sweeper | rmc's site"> <meta property="og:description" content="Nand Sweeper | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/nandsweeper.html"> <link rel="canonical" href="http://localhost:4000/dsidev/nandsweeper.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/nandsweeper.html"> <meta property="og:url" content="http://localhost:4000/dsidev/nandsweeper.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>NotLaunch | rmc's site</title> <title>NotLaunch | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="NotLaunch | rmc's site"> <meta name="description" content="NotLaunch | rmc's site">
<meta property="og:description" content="NotLaunch | rmc's site"> <meta property="og:description" content="NotLaunch | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/notlaunch.html"> <link rel="canonical" href="http://localhost:4000/dsidev/notlaunch.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/notlaunch.html"> <meta property="og:url" content="http://localhost:4000/dsidev/notlaunch.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Photo Checker | rmc's site</title> <title>Photo Checker | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="Photo Checker | rmc's site"> <meta name="description" content="Photo Checker | rmc's site">
<meta property="og:description" content="Photo Checker | rmc's site"> <meta property="og:description" content="Photo Checker | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/photochecker.html"> <link rel="canonical" href="http://localhost:4000/dsidev/photochecker.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/photochecker.html"> <meta property="og:url" content="http://localhost:4000/dsidev/photochecker.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Prototype PictoChat | rmc's site</title> <title>Prototype PictoChat | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="Prototype PictoChat | rmc's site"> <meta name="description" content="Prototype PictoChat | rmc's site">
<meta property="og:description" content="Prototype PictoChat | rmc's site"> <meta property="og:description" content="Prototype PictoChat | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/pictochat.html"> <link rel="canonical" href="http://localhost:4000/dsidev/pictochat.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/pictochat.html"> <meta property="og:url" content="http://localhost:4000/dsidev/pictochat.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>SD to Photo | rmc's site</title> <title>SD to Photo | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="SD to Photo | rmc's site"> <meta name="description" content="SD to Photo | rmc's site">
<meta property="og:description" content="SD to Photo | rmc's site"> <meta property="og:description" content="SD to Photo | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/sd2photo.html"> <link rel="canonical" href="http://localhost:4000/dsidev/sd2photo.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/sd2photo.html"> <meta property="og:url" content="http://localhost:4000/dsidev/sd2photo.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>Prototype Settings | rmc's site</title> <title>Prototype Settings | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="Prototype Settings | rmc's site"> <meta name="description" content="Prototype Settings | rmc's site">
<meta property="og:description" content="Prototype Settings | rmc's site"> <meta property="og:description" content="Prototype Settings | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/settings.html"> <link rel="canonical" href="http://localhost:4000/dsidev/settings.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/settings.html"> <meta property="og:url" content="http://localhost:4000/dsidev/settings.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>NAND SoundPlayer | rmc's site</title> <title>NAND SoundPlayer | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="NAND SoundPlayer | rmc's site"> <meta name="description" content="NAND SoundPlayer | rmc's site">
<meta property="og:description" content="NAND SoundPlayer | rmc's site"> <meta property="og:description" content="NAND SoundPlayer | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/soundplayer.html"> <link rel="canonical" href="http://localhost:4000/dsidev/soundplayer.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/soundplayer.html"> <meta property="og:url" content="http://localhost:4000/dsidev/soundplayer.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>tcl-2 | rmc's site</title> <title>tcl-2 | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="tcl-2 | rmc's site"> <meta name="description" content="tcl-2 | rmc's site">
<meta property="og:description" content="tcl-2 | rmc's site"> <meta property="og:description" content="tcl-2 | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/tcl-2.html"> <link rel="canonical" href="http://localhost:4000/dsidev/tcl-2.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/tcl-2.html"> <meta property="og:url" content="http://localhost:4000/dsidev/tcl-2.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>TwlNmenu | rmc's site</title> <title>TwlNmenu | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="TwlNmenu | rmc's site"> <meta name="description" content="TwlNmenu | rmc's site">
<meta property="og:description" content="TwlNmenu | rmc's site"> <meta property="og:description" content="TwlNmenu | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/twlnmenu.html"> <link rel="canonical" href="http://localhost:4000/dsidev/twlnmenu.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/twlnmenu.html"> <meta property="og:url" content="http://localhost:4000/dsidev/twlnmenu.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -2,12 +2,12 @@
<html lang="en"> <html lang="en">
<head> <head>
<title>WiFi Icon | rmc's site</title> <title>WiFi Icon | rmc's site</title>
<meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak" /> <meta name="keywords" content="dsi, nintendo, twl, ntr, nds, prototype, development, dev, gigaleak, panda, factory" />
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css"> <link rel="stylesheet" type="text/css" href="/assets/css/styledsi.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -17,10 +17,10 @@
<meta name="description" content="WiFi Icon | rmc's site"> <meta name="description" content="WiFi Icon | rmc's site">
<meta property="og:description" content="WiFi Icon | rmc's site"> <meta property="og:description" content="WiFi Icon | rmc's site">
<link rel="canonical" href="http://localhost:4000/dsidev/wifiicon.html"> <link rel="canonical" href="http://localhost:4000/dsidev/wifiicon.html">
<meta property="og:url" content="https://randommeaninglesscharacters.com/dsidev/wifiicon.html"> <meta property="og:url" content="http://localhost:4000/dsidev/wifiicon.html">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-04-17T10:09:36-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmcs site</title><entry><title type="html">Nintendo DS Cart Mod To Make A WiFi Board Flasher</title><link href="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html" rel="alternate" type="text/html" title="Nintendo DS Cart Mod To Make A WiFi Board Flasher" /><published>2023-04-13T00:00:00-04:00</published><updated>2023-04-13T00:00:00-04:00</updated><id>http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher</id><content type="html" xml:base="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html"><![CDATA[A few months ago I came across a <a href="http://imaginglabo.web.fc2.com/DSL-Fw.htm">repair/modding blog</a> where DS carts were used as donors for repairing DS lite WiFi boards (these store the firmware). The blog showed how the flash chips in game carts and WiFi boards were interchangable, which was actually what led me to making the <a href="/dsidev/guide/ds-ique-firmware.html">custom iQue WiFi board</a>. There was one other thing on the site that interested me: a mod to turn a DS cartridge into a WiFi board flasher. <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2023-04-17T12:57:56-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">rmcs site</title><entry><title type="html">Nintendo DS Cart Mod To Make A WiFi Board Flasher</title><link href="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html" rel="alternate" type="text/html" title="Nintendo DS Cart Mod To Make A WiFi Board Flasher" /><published>2023-04-13T00:00:00-04:00</published><updated>2023-04-13T00:00:00-04:00</updated><id>http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher</id><content type="html" xml:base="http://localhost:4000/2023/04/13/nintendo_ds_cart_mod_to_make_a_wifi_board_flasher.html"><![CDATA[A few months ago I came across a <a href="http://imaginglabo.web.fc2.com/DSL-Fw.htm">repair/modding blog</a> where DS carts were used as donors for repairing DS lite WiFi boards (these store the firmware). The blog showed how the flash chips in game carts and WiFi boards were interchangable, which was actually what led me to making the <a href="/dsidev/guide/ds-ique-firmware.html">custom iQue WiFi board</a>. There was one other thing on the site that interested me: a mod to turn a DS cartridge into a WiFi board flasher.
<br><br> <br><br>
<span style="font-size: .8vw;">To simplify things I'm going to refer to the WiFi board as "board", DS cartridge as "cart". Also note that "save chip" and "flash chip" are the same, though I use both terms for the cart and board, respectively.</span> <span style="font-size: .8vw;">To simplify things I'm going to refer to the WiFi board as "board", DS cartridge as "cart". Also note that "save chip" and "flash chip" are the same, though I use both terms for the cart and board, respectively.</span>
<br><br> <br><br>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="/icon.png"/> <link rel="icon" type="image/png" href="/icon.png"/>
<link rel="stylesheet" type="text/css" href="/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="/assets/css/style.css">
<link id="pagestyle" rel="stylesheet" type="text/css" href=""> <link id="pagestyle" rel="stylesheet" type="text/css" href="">
<link rel="alternate" type="application/atom+xml" href="/feed.xml"> <link rel="alternate" type="application/atom+xml" href="http://localhost:4000/feed.xml">
<script src="/assets/bootstrap/js/bootstrap.bundle.js"></script> <script src="/assets/bootstrap/js/bootstrap.bundle.js"></script>
<script src="/assets/js/main.js"></script> <script src="/assets/js/main.js"></script>
@ -14,10 +14,10 @@
<meta property="og:locale" content="en_US"> <meta property="og:locale" content="en_US">
<meta name="description" content="Home | rmc's site"> <meta name="description" content="Home | rmc's site">
<meta property="og:description" content="Home | rmc's site"> <meta property="og:description" content="Home | rmc's site">
<meta property="og:url" content="https://randommeaninglesscharacters.com"> <meta property="og:url" content="http://localhost:4000">
<meta property="og:site_name" content="rmc's site"> <meta property="og:site_name" content="rmc's site">
<meta property="og:image" content="/icon.png"> <meta property="og:image" content="http://localhost:4000/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB