File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 55 < link rel ="icon " type ="image/svg+xml " href ="/cpu.svg " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > MIPS Visualizer</ title >
8+ < meta name ="title " content ="MIPS Visualizer " />
9+ < meta
10+ name ="description "
11+ content ="An interactive MIPS processor simulator. "
12+ />
13+
14+ <!-- Open Graph / Facebook -->
15+ < meta property ="og:type " content ="website " />
16+ < meta
17+ property ="og:url "
18+ content ="https://yontank.github.io/MipsVisualizer/ "
19+ />
20+ < meta property ="og:title " content ="MIPS Visualizer " />
21+ < meta
22+ property ="og:description "
23+ content ="An interactive MIPS processor simulator. "
24+ />
25+ < meta
26+ property ="og:image "
27+ content ="https://yontank.github.io/MipsVisualizer/cover.jpg "
28+ />
29+
30+ <!-- X (Twitter) -->
31+ < meta property ="twitter:card " content ="summary_large_image " />
32+ < meta
33+ property ="twitter:url "
34+ content ="https://yontank.github.io/MipsVisualizer/ "
35+ />
36+ < meta property ="twitter:title " content ="MIPS Visualizer " />
37+ < meta
38+ property ="twitter:description "
39+ content ="An interactive MIPS processor simulator. "
40+ />
41+ < meta
42+ property ="twitter:image "
43+ content ="https://yontank.github.io/MipsVisualizer/cover.jpg "
44+ />
845 </ head >
946 < body >
1047 < div id ="root "> </ div >
You can’t perform that action at this time.
0 commit comments