From 505fa3f86c52939d201eb94ca52667299636bf95 Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Fri, 29 Dec 2023 01:35:11 +0000 Subject: [PATCH] added link to nodejs repo --- README.md | 2 ++ video/videos.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aa2501..03a603c 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # htdocs Files for my website (deadvey.com) + +See https://github.com/DeaDvey/node for the nodeJS files diff --git a/video/videos.js b/video/videos.js index b95fc5a..4da17f1 100644 --- a/video/videos.js +++ b/video/videos.js @@ -1,4 +1,4 @@ -let videos = [["Linus drops the hard R.mp4","2023-12-21T20:00:56.000Z"],["aoh2-cherokee.mp4","2023-12-20T08:16:43.000Z"],["conquest-of-america.mp4","2023-12-19T20:34:29.000Z"],["iwbtg1.mp4","2023-09-21T19:28:42.000Z"],["covid.mp4","2023-08-12T17:13:02.000Z"],["Creeper.webm","2023-08-12T17:13:00.000Z"],["piston.webm","2023-08-12T17:08:27.000Z"],["coloride.webm","2023-08-12T16:14:03.000Z"]] +let videos = [["sus.txt","2023-12-29T01:30:39.362Z"],["Linus drops the hard R.mp4","2023-12-21T20:00:56.000Z"],["aoh2-cherokee.mp4","2023-12-20T08:16:43.000Z"],["conquest-of-america.mp4","2023-12-19T20:34:29.000Z"],["iwbtg1.mp4","2023-09-21T19:28:42.000Z"],["covid.mp4","2023-08-12T17:13:02.000Z"],["Creeper.webm","2023-08-12T17:13:00.000Z"],["piston.webm","2023-08-12T17:08:27.000Z"],["coloride.webm","2023-08-12T16:14:03.000Z"]] if (typeof module !== 'undefined' && module.exports) { module.exports = videos;