|
Java example source code file (render.ftl)
The render.ftl Java example source code<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Tsne renders <!-- jQuery --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"> <script src="/assets/d3.min.js"> <script src="/assets/render.js"> <link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'> <style> body { font-family: 'Roboto', sans-serif; color: #333; font-weight: 300; font-size: 16px; } svg { border: 1px solid #333; width: 100%; height: 100% } #wrap { width: 800px; margin-left: auto; margin-right: auto; } #embed { margin-top: 10px; } h1 { text-align: center; font-weight: normal; } .tt { margin-top: 10px; background-color: #EEE; border-bottom: 1px solid #333; padding: 5px; } .txth { color: #F55; } .cit { font-family: courier; padding-left: 20px; font-size: 14px; } .u { color: #FF0000; } </style> <script> </script> </head> <body> <div id="embed"> Other Java examples (source code examples)Here is a short list of links related to this Java render.ftl source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.