-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Kerveyfelix/revert-2-K2
Revert "K2"
- Loading branch information
Showing
3 changed files
with
3 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,9 @@ | |
</head> | ||
|
||
<body> | ||
<div id="fb-root"></div> | ||
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v9.0" nonce="Mk7DK8Ty"></script> | ||
<h1 id="title">Anyxz</h1> | ||
|
||
<!-- Experiment Alert Start--> | ||
<link rel="manifest" href="manifest.json"> | ||
<div class="alert alert-primary" role="alert" id="expmnt-alert"> | ||
This is an experiment!, | ||
<a href="mailto:[email protected]">send feedback</a> | ||
|
@@ -55,7 +52,6 @@ <h1 id="title">Anyxz</h1> | |
<!-- Experiment Alert End --> | ||
|
||
<!-- Webcam doc and warning section START --> | ||
|
||
<div class="modal fade" id="webcam-warning-modal" tabindex="-1" aria-labelledby="exampleModalLabel" | ||
aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
|
@@ -125,7 +121,7 @@ <h4 id="loading-time">Estimated loading time: 30 seconds</h4> | |
</span> | ||
</div> | ||
<!-- Background Input END --> | ||
|
||
<div class="col col-lg-6 col-md-12" id="tab-container"> | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
|
@@ -205,26 +201,9 @@ <h4 id="loading-time">Estimated loading time: 30 seconds</h4> | |
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"></script> | ||
|
||
<!-- Don't remove!!! --> | ||
<script src="./index.js"></script> | ||
|
||
<div> | ||
<footer> | ||
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Share</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | ||
<br> | ||
<div class="fb-share-button" data-href="https://anyxz.vercel.app/" data-layout="button" data-size="small"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fanyxz.vercel.app%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">Share</a></div> | ||
<br> | ||
<script src="https://platform.linkedin.com/in.js" type="text/javascript">lang: en_US</script> | ||
<script type="IN/Share" data-url="https://anyxz.vercel.app/"></script> | ||
</footer> | ||
</div> | ||
</body> | ||
<script> | ||
if (!navigator.serviceWorker.controller) { | ||
navigator.serviceWorker.register("/sw.js").then(function(reg) { | ||
console.log("Service worker has been registered for scope: " + reg.scope); | ||
}); | ||
} | ||
</script> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.