diff options
Diffstat (limited to 'demos/app.html')
| -rw-r--r-- | demos/app.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/demos/app.html b/demos/app.html index 6c8a9095c..9f5364f8d 100644 --- a/demos/app.html +++ b/demos/app.html @@ -1,5 +1,11 @@ +<!DOCTPYE html> <html> - <body> +<head> +<link rel=stylesheet href="../css/style.css"> +<meta name = "viewport" content = "width = device-width"> +<link rel=top href="../" title="GF"> +</head> +<body> <h1>The Human Language Compiler - a mobile speech and text translation app for Android</h1> |
