I hereby claim:
- I am keronsen on github.
- I am keronsen (https://keybase.io/keronsen) on keybase.
- I have a public key ASA7j8lVRAX0v-pGSNTtvtCkFAU1IIGfy7Ub1naVGOkRDAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This is content 1 |
<link rel="import" href="../paper-input/paper-input.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Oppgave 1</title> | |
<link rel="stylesheet" href="http://finncdn.no/bb/latest/css/so/so.min.css" /> | |
</head> | |
<body class="mal"> | |
<h1>Oppgave 1</h1> | |
<p>Skriv kode slik at knappen under endrer tekst til "Thank You!" når du klikker på den. Du skal ikke bruke jQuery eller andre biblioteker.</p> |