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> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> | |
<link rel="stylesheet" href="iui.css" type="text/css" /> | |
<link rel="stylesheet" href="t/default/default-theme.css" type="text/css"/> | |
<script type="application/x-javascript" src="iui.js"></script> | |
<style type="text/css"> |
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
// You will need the VFS plugin | |
buildscript { | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
// Set your | |
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:0.7.0' | |
classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5' |
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
// You will need the VFS plugin | |
buildscript { | |
repositories { | |
jcenter() | |
} | |
dependencies { | |
// Set your | |
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:0.7.0' | |
classpath 'org.ysb33r.gradle:vfs-gradle-plugin:0.5' |