diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 00:24:28 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 00:24:28 +0530 |
| commit | 8daea0c6a5f15958886ae9e7c16bc886d00aa74b (patch) | |
| tree | 68aa0fede74e819fe147c73727158c1dc6a4e0d8 | |
| parent | a797199d31a80c6b4fe80a43dbf31634242fa3d5 (diff) | |
| download | dictionary-8daea0c6a5f15958886ae9e7c16bc886d00aa74b.tar.xz dictionary-8daea0c6a5f15958886ae9e7c16bc886d00aa74b.zip | |
Added: renderer index html
| -rw-r--r-- | app/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html new file mode 100644 index 0000000..5fcd6ec --- /dev/null +++ b/app/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Dictionary</title> +</head> +<body> + Renderer +</body> +</html>
\ No newline at end of file |
