Skip to content

Instantly share code, notes, and snippets.

View Pilatch's full-sized avatar
🐢

Ethan B Martin Pilatch

🐢
View GitHub Profile
@Pilatch
Pilatch / Anchor.elm
Created October 3, 2018 16:55
Test anchor tag behavior for Elm debugging
module Main exposing (main)
import Browser exposing (..)
import Browser.Navigation as Nav
import Html exposing (Html, a, button, div, text)
import Html.Attributes exposing (href, id)
import Html.Events exposing (onClick)
import Url