-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (16 loc) · 891 Bytes
/
index.html
File metadata and controls
18 lines (16 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="utf-8">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="0;dist/index.html">
<!-- Search Metadata (Needs to be short!) -->
<meta name="description" content="An intuitive web app to help you explore and construct formal languages and automata with real-time analysis and error checking.">
<meta name="keywords" content="flap,flapjs,FLAPJS,JFLAP,Computation Theory,CSE 105,UCSD">
<!-- Title -->
<title id="window-title">Flap.js - Formal Languages and Automata Package in JavaScript</title>
</head>
</html>