<?php
function loadTxt() {
document.getElementById("tab0").innerHTML = "GOOGLE FONTS";
document.getElementById("tab1").innerHTML = "STANDARD";
}
function writeTitle() {
document.write("<title>" + "Skrifttyper" + "</title>")
}
?>