This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Analytics Playground</title> | |
| </head> | |
| <body> | |
| <h1>Hello Mankind</h1> | |
| <button id="456" data-analytics="heroSlider-action-previousSlide">Previous Slide</button> | |
| <button id="123" data-analytics="heroSlider-action-nextSlide">Next Slide</button> |
This file contains hidden or 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
| module Droids exposing (..) | |
| import Html exposing (..) | |
| import Html.Attributes exposing (..) | |
| import Html.Events exposing (..) | |
| -- MAIN - The Program | |