Skip to content

Instantly share code, notes, and snippets.

@jcwebhole
jcwebhole / test.html
Created February 22, 2021 14:06 — forked from CannonballSkippy/test.html
Basic markup test content for typography
<h1>Testing display of HTML elements</h1>
<h2>This is 2nd level heading</h2>
<p>This is a test paragraph.</p>
<h3>This is 3rd level heading</h3>
<p>This is a test paragraph.</p>
<h4>This is 4th level heading</h4>
<p>This is a test paragraph.</p>
<h5>This is 5th level heading</h5>
<p>This is a test paragraph.</p>
@jcwebhole
jcwebhole / app.js
Created December 18, 2017 16:45
Simple Flash Card Game in Vue.js using WordPress as a Backend via WP REST API
const backend_endpoint = 'http://nqub8.com/projects/wpdemo';
const vm = new Vue({
el: '#app',
data: {
results: [
],
result: [],
category:0,
quiz:'',
err:'',