Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-Chdhary committed Jul 31, 2024
1 parent cc92178 commit ce3e7d5
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,31 @@

<link rel="icon" href="TitleLogo.png" />
<title>FSM Designer</title>
<script
type="module"
crossorigin
src="/FSMcreator/assets/index-B-mwrSRH.js"
></script>
<link
rel="stylesheet"
crossorigin
href="/FSMcreator/assets/index-CBp9PZyL.css"

<!-- SEO -->
<meta
name="description"
content="This is an app to design finite state machines"
/>
<meta
name="keywords"
content="canvas, FSM, fsm, finite automata, finite state machine, theory of computer science"
/>
<meta name="author" content="Abhinav Choudhary" />
<!-- Open Graph Meta Tags for social media sharing -->
<meta property="og:title" content="Abhinav's FSM Designer" />
<meta
property="og:description"
content="This is an awesome website to create finite state machines"
/>
<meta property="og:image" content="https://i.ibb.co/z2f59Pm/mine.png" />
<meta
property="og:url"
content="https://abhinav-chdhary.github.io/FSMcreator/"
/>
<meta property="og:type" content="website" />
<script type="module" crossorigin src="/FSMcreator/assets/index-B-mwrSRH.js"></script>
<link rel="stylesheet" crossorigin href="/FSMcreator/assets/index-CBp9PZyL.css">
</head>
<body>
<h1>Finite State Machine Designer</h1>
Expand Down

0 comments on commit ce3e7d5

Please sign in to comment.