A Pen by Dzullfikar Adi Putra on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* test qs parse and stringify, running in https://npm.runkit.com/qs */ | |
const qs = require('qs'); | |
const assert = require('assert'); | |
const obj= { | |
Data: { | |
[0]: { | |
title: 'As', | |
slug: 'asas', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/css/swiper.min.css" rel="stylesheet"> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> | |
<style> | |
body { | |
background: #e8eeff; | |
} | |
#app { | |
padding: 50px 0; | |
} | |
.timeline { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head><title>Just a moment...</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | |
<meta name="robots" content="noindex,nofollow"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<style>* { | |
box-sizing: border-box; | |
margin: 0; |