Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 1.05 KB

UI.md

File metadata and controls

92 lines (62 loc) · 1.05 KB

UI

Index

HTML used to display the UI of Ackee.

Request

GET /
GET /index.html

Response

Status: 200 OK
<!doctype html>
<html lang="en">
	<head>

		<title>Ackee</title>

Styles

CSS used to display the UI of Ackee.

Request

GET /index.css

Response

Status: 200 OK
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;…

Scripts

JS used to display the UI of Ackee.

Request

GET /index.js

Response

Status: 200 OK
!function(){return function e(t,n,r){function o(i,u){if(!n[i]){if(!t[i]){var l…

Tracker

Tracking script that should be added to the sites you want to track. Equal to ackee-tracker.

Request

GET /tracker.js

Response

Status: 200 OK
!function(){return function e(t,n,r){function o(i,u){if(!n[i]){if(!t[i]){var l…