4 changed files with 3630 additions and 0 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
|
||||
<title>New And Lesser Known Terminal Editors</title> |
||||
|
||||
<!-- Enter a brief description of your page --> |
||||
<meta name="description" content=""> |
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> |
||||
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css" rel="stylesheet" media="all"> |
||||
<link href="style.css" rel="stylesheet" media="all"> |
||||
|
||||
</head> |
||||
<body> |
||||
|
||||
|
||||
|
||||
</body> |
||||
</html> |
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
{ |
||||
"name": "new-and-lesser-known-terminal-editors", |
||||
"version": "1.0.0", |
||||
"description": "", |
||||
"main": "index.js", |
||||
"scripts": { |
||||
"bs": "browser-sync start --server dist --files dist" |
||||
}, |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "git+https://github.com/Darkle/New-And-Lesser-Known-Terminal-Editors.git" |
||||
}, |
||||
"author": "", |
||||
"license": "MIT", |
||||
"bugs": { |
||||
"url": "https://github.com/Darkle/New-And-Lesser-Known-Terminal-Editors/issues" |
||||
}, |
||||
"homepage": "https://github.com/Darkle/New-And-Lesser-Known-Terminal-Editors#readme", |
||||
"devDependencies": { |
||||
"browser-sync": "^2.24.7" |
||||
} |
||||
} |
Loading…
Reference in new issue