Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit e45b9b5

Browse files
author
Nikhil Thorat
authored
Feature teachable machine on the homepage (#176)
* changes to homepage * remove line * remove line * teachable machine homepage
1 parent c23c911 commit e45b9b5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

demos/homepage/_includes/header.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<!-- Header -->
22
<header class="mdl-layout__header mdl-layout--fixed-header">
33
<script>
4-
<<<<<<< HEAD
5-
if (location.protocol !== "https:" && location.hostname === "deeplearnjs.org") {
6-
=======
74
if (location.protocol !== "https:" &&
85
location.hostname === 'deeplearnjs.org') {
9-
>>>>>>> 10a3779b91408069eb47a988bfed2a30a7304bac
106
location.protocol = "https:";
117
}
128
</script>
169 KB
Loading

0 commit comments

Comments
 (0)