lol seo because i am curious
This commit is contained in:
parent
eb36fad846
commit
898444b7ab
14
index.html
14
index.html
@ -3,6 +3,20 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>fddl Programming Language</title>
|
<title>fddl Programming Language</title>
|
||||||
|
<!-- Meta Tags for SEO -->
|
||||||
|
<meta name="description" content="fddl is a small programming language inspired by various languages, designed to help learn language implementation concepts in Rust.">
|
||||||
|
<meta name="keywords" content="fddl programming language, Rust, hobby language, lexer, parser, interpreter, custom syntax, language implementation">
|
||||||
|
<meta name="author" content="Tristan">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<!-- Open Graph Meta Tags for Social Sharing -->
|
||||||
|
<meta property="og:title" content="Fiddle Programming Language">
|
||||||
|
<meta property="og:description" content="A small programming language designed to help learn language implementation concepts in Rust.">
|
||||||
|
<meta property="og:url" content="https://fddl.dev/">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<!-- Twitter Card Meta Tags -->
|
||||||
|
<meta name="twitter:title" content="Fiddle Programming Language">
|
||||||
|
<meta name="twitter:description" content="A Rust-based hobby programming language with custom syntax and unique features.">
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<!-- Google Fonts -->
|
<!-- Google Fonts -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Source+Code+Pro" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Source+Code+Pro" rel="stylesheet">
|
||||||
<!-- Highlight.js Styles -->
|
<!-- Highlight.js Styles -->
|
||||||
|
Loading…
Reference in New Issue
Block a user