Skip to content

Commit

Permalink
making it shareable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Perry committed Sep 30, 2024
1 parent dbe4e4f commit f4f560d
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 0 deletions.
Binary file modified docs/.DS_Store
Binary file not shown.
Binary file added docs/favicon.ico
Binary file not shown.
Binary file added docs/img/baby.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/baby.webp
Binary file not shown.
Binary file added docs/img/logo-with-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/ml.avif
Binary file not shown.
Binary file added docs/img/ml.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/ml_baby.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title of your page -->
<meta property="og:title" content="LABRACADABRA: The Untold Histories of the Future" />

<!-- Description of your page -->
<meta property="og:description" content="A future-history festival at the MIT Media Lab" />

<!-- URL of your page -->
<meta property="og:url" content="https://labracadabra.media.mit.edu/" />

<!-- Image preview when shared -->
<meta property="og:image" content="https://labracadabra.media.mit.edu/img/logo-with-text.png" />

<!-- Type of content, generally 'website' -->
<meta property="og:type" content="website" />

<!-- Optional: The title that appears on the WhatsApp message preview -->
<meta property="og:site_name" content="LABRACADABRA: The Untold Histories of the Future" />


<link rel="icon" href="/favicon.ico" type="image/x-icon" />


<script src="p5.js"></script>
<script src="p5.sound.min.js"></script>
<meta charset="utf-8" />
Expand Down

0 comments on commit f4f560d

Please sign in to comment.