-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f985f8
commit a2ad81c
Showing
5 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// Author: Michael Kolesidis | ||
// Title: uncanny canyon | ||
|
||
// Copyright (c) 2023 Michael Kolesidis - https://michaelkolesidis.com/ | ||
|
||
// Reproduction of any of the artwork on this website | ||
// for commercial use is not permitted without first | ||
// receiving written permission from the artist. You | ||
// cannot host, display, distribute or share this Work | ||
// in any form, including physical and digital. You | ||
// cannot use this Work in any commercial or non-commercial | ||
// product, website or project. You cannot sell this Work and | ||
// you cannot mint an NFTs of it. | ||
|
||
// Under the Copyright Law, it is fair use to reproduce a single | ||
// copy for personal or educational purposes, provided that no | ||
// changes are made to the content and provided that a copyright | ||
// notice attesting to the content is attached to the reproduction. | ||
// Beyond that, no further copies of works of art may be made or | ||
// distributed on this website without written permission. | ||
|
||
export const Subtitles = () => { | ||
const subtitles = document.createElement("div"); | ||
subtitles.setAttribute("id", "subtitles"); | ||
subtitles.innerHTML = ``; | ||
|
||
return subtitles; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a2ad81c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
uncanny-canyon – ./
uncanny-canyon-git-main-michaelkolesidis.vercel.app
uncanny-canyon.vercel.app
uncanny-canyon-michaelkolesidis.vercel.app