17 lines
No EOL
394 B
HTML
17 lines
No EOL
394 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<script scr="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<script src="testy.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
testy testy
|
|
</h1><br>
|
|
<div>
|
|
<div>
|
|
<input type="button" value="testy" onclick="auditToGoogle()">
|
|
</div><br>
|
|
</div>
|
|
</body>
|
|
</html> |