path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
Frontend/index.html
yehchilai/CitrusHack
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, maximum-scale=1"> <title>Homepage</title> <link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/9/90/Uc_riverside_textlogo.png" type="image/png"> <link rel="shortcut icon" href="favicon.ico" ...
css/main.css
tinytsunami/blog
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflo...
src/client/styles/style.css
dbviewer/dbviewer
body { font-family: Raleway; } .btn-block { display: block; } .query-input { margin: 50px auto 0 auto; } .dropdown { margin-left: 10px; } #query { width:100%; } .table-viewer input { width: 100%; border-radius: 3px; border: 1px solid darkblue; margin: 5px; padding: 2px 4px...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/646a678102ba03e5e23c86333be0be4f9bc17616fe499b2707c0a946f15970a6.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./1d07d3614d0ea5529a63c5ff9f963f681f800f880d921101a87c803181cc45ac.html">Teleport</a> <hr> ...
clean/Linux-x86_64-4.01.0-1.2.0/unstable/dev/contrib:prfx/dev/2014-11-20_08-04-42.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
vendor/mapbox/mapbox.js-2.4.0/docs/_posts/api/v2.2.2/0200-01-01-l-popup.html
jackhummah/bootles
--- layout: api title: "v2.2.2 JavaScript Library: L.Popup" categories: api version: v2.2.2 permalink: /api/v2.2.2/l-popup --- <h2 id="popup">Popup</h2> <p>Used to open popups in certain places of the map. Use <a href="/mapbox.js/api/v2.2.2/l-map-class">Map#openPopup</a> to open popups while making sure that only on...
app/templates/turn.html
Eyal-Shalev/mastermind
<button ng-repeat="cell in turn track by $index" class="cell cell-color-{{cell.value.label.toLowerCase()}}" ng-class="cell.pressed ? 'cell-is-selected' : ''" ng-disabled="disabled" ng-click="openPallet(cell)"></button> <button ng-if="!disabled" class="play" ng-click="game.guess()" ng-disabled="!turn.isValid">Play</butt...
_includes/related-posts.html
ownbin/ownbin.github.io
<div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> {% for post in site.related_posts limit:3 %} <li><a href="{{ post.url }}">{{ post.title }} <small>{{ post.date | date_to_string }}</small></a></li> {% endfor %} </ul> </div>
docs/net/sparkzz/modest/utils/Validator.html
BrendonButler/ModestAPI
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed May 18 10:03:52 EDT 2016 --> <title>Validator</title> <meta name="date" content="2016-05-18"> <link rel="stylesheet" type="text/css"...
tags/switch/index.html
gdemir/gdemir.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="tr" lang="tr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="author" cont...
jsf/javaee/ch12/accesscontrol/web/protected/index.html
thescouser89/snippets
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Protected page</title> </head> <body> <p>You made it to a protected page!</p> </body> </html>
page199/index.html
thenewcovenantofgod/thenewcovenantofgod.github.io
<html> <head> <link href="//gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>புதிய உடன்படிக்கை &middot; வலைப்பதிவு</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="HandheldFriendly" content="True" /> <meta name="MobileOptimized" co...
page/5/index.html
luozongtong123/luozongtong123.github.io
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>luo Space - Coding and thinking.</title> <meta name="renderer" content="webkit" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta...
app/templates/pattern_discovery.html
lzlarryli/limelight
{% extends "template.html" %} {% set page_title = "Pattern discovery" %} {% block content %} <script type="text/javascript" src="../static/lib/js/d3.min.js"></script> <script type="text/javascript" src="../static/lib/js/cytoscape.min.js"></script> <link rel="stylesheet" type="text/css" href="../static/css/tree.css"> <d...
app/views/tags/tshirt-link.html
LeandroLovisolo/Customica
%{ if(_showAuthor == null) _showAuthor = true }% <div class="${_columns} columns ${_containerClass} tshirt-link"> <a href="@{Application.tshirt(_tShirt.id, _tShirt.title.slugify())}"> <img src="${_tShirt.getThumbnailUrl()}" class="${_columns} columns alpha omega"/> </a> <span class="${_columns} columns alpha omeg...
doc/html/hierarchy.html
OldFisher/lua-api-pp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
CS361/hw5.html
iftekharahmedshimul/iftekharahmedshimul.github.io
<html> <head> <title>CS 361: Software Engineering I, Summer 2013</title> <link rel="stylesheet" type="text/css" href="style.css"/> </head> <body> <h1>HW 5 (team): User Stories and Set-up Assignment</h1> <h2>Overview</h2> <p>In this homework, you will use an Agile meth...
Resources/public/css/color.css
harvestcloud/ThemeBundle
body { color: #555; } #headerWrapper { background: #958770; } #headerWrapper a { color: #444; } #headerWrapper a .environment { color: rgba(0, 0, 0, 0.4); } h1, h2, h3, h4 { color: #9d9ab5; } span.handle { color: #bbb; } .order.panels .panel .number { background-color: #545167; }
Contents/Resources/Documents/dir_0161027376c1b7829d3d9288ec2e2bea.html
tzmartin/gae-python.docset
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
uploadprofile.html
harysonii/version
<!doctype> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <meta name="msapplication-tap-highlight" content="no" /> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" /> ...
example/src/app/app.html
yuyang041060120/ng2-animate
<div class="container"> <h2 (click)="onToggleInAll()">Entering and Leaving</h2> <div class="wrap"> <div class="demo-wrap" *ngFor="let item of inAnimations" (click)="item.show = !item.show"> <div class="demo-item" *ngIf="item.show" [@animate]="item.key" [ngStyle]="{'background-color': '#' + i...
Tutoriales WebGL Parte 1/Ejemplos WebGL Básicos/Example 5-1.html
agustinsantos/WebGL-Material
<!doctype html> <html> <head> <title>Example 5-1</title> <style> body { background-color: grey; } canvas { background-color: white; } </style> <script src="gl-matrix-min.js"></script> <script id="shader-vs" type="x-shader/x-vertex"> at...
data/president/n500001300000000/20160116133739/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
static/info/footer.html
pmahnke/stmgrts
<!-- start include file /home/stmargarets/html/static/info/footer.incl --><br /> <!-- start include file /home/stmargarets/html/static/info/footer.incl --><br/><br /> <div id="footer" class="sixteen clearfix"> <div id="footer_nav" class="offset-by-one five columns"> <h2>Navigation</h2> <ul> <li><a h...
data/president/n707000600000000/20160116112234/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
class_dialog_layout_progress-members.html
valentina-project/valentina-project.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
data/president/n713000000000000/20160116093546/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
public/assets/cache/13710b3d709389be1d9f3c7e07faf04a.css
alexshaffer/ashaffer
html,body{display:block;position:relative;width:100%;height:100%;margin:0;padding:0;font-family:'Helvetica Neue','Helvetica';font-weight:lighter}.burger_icon{position:fixed;top:50px;right:50px;height:50px;background-color:#000;padding:20px 10px 0;cursor:pointer;z-index:5}.burger_icon::after{content:url(/ashaffer/public...
public/2008/10/145.html
number5/brucewang.net
<!DOCTYPE html> <html lang="en"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=...
free-template3.html
phpList/phplist-templates
<div style="max-width:800px;width:100%;background:#FFF;display:block;margin:0px auto;font-family: Arial,sans-serif;font-size:12px;text-align:center;padding:30px 0"> <table style=" color:#333;max-width:800px;width:100%;margin:10px 0px" cellpadding="15px" cellspacing="0px"> <tbody> <tr> <td style="font-size:22px;colo...
src/board.html
megadreams/Aurelia
<template> <section class="au-animate"> <!-- 言語切替 --> <div> <h3 t="changeLocale"></h3> <div> <button click.delegate="setLocale('ja')" t="localeJapan"></button> <button click.delegate="setLocale('en')" t="localeEnglish"></button> <button click.delegate="setLocale('cn')" t="loc...
egloos/calmglow.egloos.com/pop_bridge88f9.html
calmglow/calmglow.github.io
<html><!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack --> <body> <script type="text/javascript"> opener.location.href='page/34.html'; self.close(); </script> </body></html>
data/president/n708000200000000/20160116141651/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" ty...
R-Portable-Win/library/base/html/taskCallbackManager.html
ColumbusCollaboratory/electron-quick-start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Create an R-level Task Callback Manager</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="tex...
index.html
bi-toey2120-cmis/bi-toey2120-cmis-wd
<!doctype html> <html> <head> <link rel="stylesheet" href="main.css" type="text/css"> <link rel="stylesheet" href="../css/box.css" type="text/css"> <meta charset="utf-8"> <title>Toey's Web Design Site</title> </head> <body> <header> <h1> Toey's Web Design Site </h1> </header> <nav> <ul> ...
source/css/home.css
oeg-upm/CJCyL
* { margin: 0; padding: 0; } body { font-size: 14px; background: #F4F4F4 url(../../resources/bg.gif) repeat top left; overflow: hidden; } #leftPanel { height: 100%; width: 250px; background-color: #A22B49; position: fixed; -webkit-box-shadow: 3px 0px 3px 0px rgba(50, 50, 50, 0.5); -moz-box-shado...
documentos/listapirata/listapirata@listas.partidopirata.org/msg00277.html
piratas/midiateca
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>[Partido Pirata] Res: saite</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="114x114" href="https://www.mail-archive.com/apple-touch-icon-11...
calendar/cs50/unit1-fundamentals/module2/materials/resources/calling-functions/index.html
LaunchCodeEducation/cs50x-kansascity
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>LaunchCode&#039;s CS50x - Kansas City</title> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-kansascity/css/bootstrap.min.c...
sdk/GUID-1E1824BE-86CA-3253-837A-E5BA69378188.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-53F1A4AE-0446-3E35-97A0-CB0A4BFB17D9.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
resources/public/css/style.css
agoodweb/catcha
@import url(normalize.css); @import url(clearfix.css); table.catcha { background-color: #3cb878; border-collapse: separate; border: 4px #3cb878 solid; border-top-left-radius: 10px; border-top-right-radius: 10px; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .catcha-ro...
doc/parallelcolt-0.10.1/cern/colt/matrix/class-use/AbstractFormatter.html
endbegin/parallelcolt-test
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_21) on Mon Jul 29 22:10:55 CEST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class cern...
resources/mail-templates/join.html
madvas/fractalify
Welcome to fractalify
pdk/GUID-B00790A4-BC12-3BA9-81C8-58A26E2FE3A2.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
sdk/GUID-FDB8BEBA-B14D-31F8-B572-BD07742D9F75.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/GUID-C0D2A73D-86FF-3D8A-9ACA-00EFCE1D72DC.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
org.nasdanika.cdo.security/site/resources/modeldoc/75726e3a6f72672e6e617364616e696b612e63646f2e7365637572697479/Class.html
Nasdanika/server
<script>document.title="EClass Class";</script> <h2> <img src="resources/images/EClass.gif" style="margin-right:5px"/>Class</h2> <div style="margin-bottom:5px;font-family:monospace"><a href="https://www.nasdanika.org/products/server/org.nasdanika.cdo.security/apidocs/index.html?org/nasdanika/cdo/security/Class.htm...
resources/static/stylesheets/fontello.css
kouphax/yobriefca.se
@font-face { font-family: 'fontello'; src: url('font/fontello.eot?77661036'); src: url('font/fontello.eot?77661036#iefix') format('embedded-opentype'), url('font/fontello.woff?77661036') format('woff'), url('font/fontello.ttf?77661036') format('truetype'), url('font/fontello.svg?77661036#font...
doc/com/runescape/revised/vps/class-use/VPS.html
RodriguesJ/Atem
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Jun 12 19:19:01 EDT 2014 --> <title>Uses of Class com.runescape.revised.vps.VPS</title> <meta name="date" content="2014-06-1...
documentation/st/tom/class-use/Main.html
TerraCoreAT/Rechner
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_91) on Wed Dec 07 13:09:12 CET 2016 --> <title>Uses of Class st.tom.Main</title> <meta name="date" content="2016-12-07"> <link rel="stylesheet"...
sdk/GUID-26D55EED-F10D-32A5-BB8F-67FE40E1EE61.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/driver1__ldd_8cpp.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: examples/Base/IPC/AdvancedClientServerExamp...
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_txt_viewer_app_view.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: CTxtViewerAppView Class Reference</title> <...
sdk/GUID-F89CD5FA-B054-3AFF-813A-A30BF0E3FCBE.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
pdk/GUID-598EB1E8-0351-3989-BC91-47B760AE9CA0.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
sdk/GUID-B1131D00-4D6C-35C7-824D-AD9C6C3F6808.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
ttworkbench.play.parameters.ipv6/doc/ttworkbench/play/parameters/ipv6/components/messaging/controls/IMessageContainer.html
TestingTechnologies/PlayCustomParameters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Tue Apr 01 16:04:00 CEST 2014 --> <title>IMessageContainer</title> <meta name="date" content="2014-04-01"> <link rel="stylesheet...
sdk/GUID-EE7632BC-4E7C-3162-8BF3-4A02008A2627.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
pdk/GUID-2FC47352-9BFB-39F0-A10B-5D9245C19D27.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
pdk/GUID-092A7289-7CB2-3375-AA11-725BFAF868BD.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_async-members.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: Member List</title> <link href="tabs.css" r...
javadoc/index-files/index-11.html
K-scope/STView
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ja"> <head> <!-- Generated by javadoc (1.8.0_05) on Mon Nov 02 17:11:51 JST 2015 --> <title>M‚̍õˆø</title> <meta name="date" content="2015-11-02"> <link rel="stylesheet" type="text...
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/sl/usermodel/class-use/AutoShape.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Interface org.apache.poi.sl.usermodel.AutoShape (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" ti...
test/templates/inheritance/include/parent.html
yogthos/Selmer
bar {% include "templates/inheritance/include/child.html" %}
app/templates/message.html
PadraicODonoghue/MarsMessanger
<ul class="posts"> {# {% for message in messages.items %} <li class="post"> <div class="post-content"> <div class="post-date">{{ moment(message.timestamp).fromNow(refresh=True) }}</div> <div class="post-author">{{ message.sender.nickname }}</div> <div class="post-body...
doc/agaroyun/AgarioCloneApp.html
by-waryoq/LYKJava2017Basics
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Fri Aug 04 11:00:37 EET 2017 --> <title>AgarioCloneApp</title> <meta name="date" content="2017-08-04"> <link rel="stylesheet" type="tex...
api/4.0/class_config_tag-members.html
inspircd/inspircd.github.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
assets/comics/Wishlist/details/14193.html
MiniSEC/MiniSEC.github.io
<html> <HEAD> <LINK REL="StyleSheet" TYPE="text/css" HREF="exportdetails_item_standard_black.css"></LINK> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <TITLE>52 #7</TITLE> </HEAD> <BODY onload="initPage();"> <div align="center"> <div class="navigation" align="center">...
wp-content/plugins/LayerSlider/skins/axioma/skin.css
bourroush/kaycom
.ls-layer { -webkit-box-shadow: none !important; box-shadow: none !important; } .ls-webkit-hack { position: absolute; z-index: 5 !important; left: 0 !important; top: 0 !important; width: 100% !important; height: 10px !important; background-image: url(shadow.png); background-repeat: repeat-x; } ...
unipar-cianorte/tads/servicos-internet/slim-framework/script/lib/cidades.css
chiquitto/MaterialAulas2014
#populacao { width: 100px; }
main/templates/modules/community/invitegroup-form.html
labase/activnce
{% extends "../../base-foto.html" %} {% block body-right %} {{ modules.ShowMolduraInicio("Gerenciar participantes") }} {{ modules.ShowTabs(TABS) }} {% if MSG %} <div class="tnmMSG">{{ MSG }}</div> {% end %} {% if USERSLIST %} <h2>Usuários encontrados no {{PLATAFORMA}}</h2> <p><i>Os seguintes usuários fo...
mockups/secondary/admin-plugin_install.html
philwareham/txp-classic-admin-theme
<!DOCTYPE html> <html lang="en-gb" dir="ltr"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>Verify plugin - My Site &#124; Textpattern CMS</title> <script src="../../docs/assets/js/jquery.js"></script> <script src="../../docs/assets/js/jquery-ui.js"></script> ...
wp-content/uploads/wpallimport/logs/6016a5e5947248e70e95da7aacfd7c89/281.html
denrepos/interavtomatika-front-back-end
<div class="progress-msg">Composing titles...</div> <div class="progress-msg">Composing excerpts...</div> <div class="progress-msg">Composing authors...</div> <div class="progress-msg">Composing slugs...</div> <div class="progress-msg">Composing menu order...</div> <div class="progress-msg">Composing contents...</div> ...
modules/views/demo/new.html
newkdd/newkdd.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Insert title here</title> <style type="text/css"> html, body { margin: 0; padding: 0; ...
maqueta-eorganico/features-toggables.html
estrategasdigitales/kakuna
<!DOCTYPE html> <!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]--> <!--[if IE 9 ]> <html class="no-js ie9" lang="en"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head lang="en"> <meta charset="UTF-8"> <meta name="description" content="FarmFr...
logs/kengjisong/123.html
ForAEdesWeb/AEW25
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×...
fonts/tidesans/tidesans-600bunnyitalic-demo.html
Fulcrum-Creatives/commonhouse
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="http://ajax.googleapis.com/ajax/libs...
release/js/easel/tutorials/shared/tutorial.css
Champii/TowerAdventure
body { margin: 3em; padding: 0; font-family: Arial, Verdana, sans-serif; font-size: 14px; font-weight: normal; color: #333; background-color: #e5e6e9; } article { width: 55em; } a:link, a:visited { color: #39f; text-decoration: none; } a:hover { text-decoration: underline; } header p { co...
lib/xalan-j_2_7_0/docs/apidocs/org/w3c/dom/html/HTMLTableCellElement.html
MrStaticVoid/iriverter
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sat Aug 06 17:05:06 EDT 2005 --> <TITLE> Xalan-Java 2.7.0: Interface HTMLTableCellElement </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="...
submodules/externals/xerces-c/doc/html/apiDocs-3/classDOMTypeInfo-members.html
raj-bhatia/grooveip-ios-public
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
inform/StagingArea/Contents/Resources/English.lproj/doc401.html
TobyLobster/Inform
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Generated by indoc on 23 Oct 2016 --> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="indoc_WI.css" rel="stylesheet" type="text/css" /> <title>25.6. The Release but...
实战演练/luguogz 4 header/css/public.css
michaelweixi/luguoGZ
/* YUI 3.18.1 (build f7e7bcb) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ html { color: #000; background: #FFF } body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: ...
Coding/W3School/W3CN/www.w3school.com.cn/tags/canvas_stroke.html
platinhom/ManualHom
<!DOCTYPE html> <html lang="zh-cn"> <!-- Mirrored from www.w3school.com.cn/tags/canvas_stroke.asp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 01:55:54 GMT --> <head> <meta charset="utf-8" /> <meta name="robots" content="all" /> <meta name="author" content="w3school.com.cn" /> <link rel="stylesheet" t...
boost/doc/html/boost_asio/reference/windows__basic_random_access_handle/get_service.html
geodynamics/gale
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>windows::basic_random_access_handle::get_service</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href...
demo/mg-universal-themeforest-multimedia-gallery-wp-theme.html
successdt/offshore_home
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>MGU</title> <link rel="alternate" type="application/rss+xml" title="R...
_layouts/dashboard.html
joytou/joytou.github.io
{%- assign translation = site.data.language[page.lang] -%} <!DOCTYPE html> <html{% if page.lang %}{% assign pgs = site.data.lang[page.lang] %} lang="{{ pgs.code }}"{% endif %}> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-w...
live-build-config/config/includes.chroot/usr/share/documentation/python/2.7.1/c-api/gcsupport.html
cybint-io/cybint-linux
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Supporting Cyclic Garbage Collection &mdash; Python...
blog/tags/event.html
nuprl/nuprl.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Posts tagged 'event'</title> <meta name="description" content="Posts tagged 'event'"> <meta name="author" content="PRL"> <meta name="keywords" content="event"> <meta name="viewport" content="width=device-width, i...
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryit1b25.html
platinhom/ManualHom
<!DOCTYPE html> <html lang="en-US"> <!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_text_create by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:03:40 GMT --> <head> <title>Tryit Editor v2.3</title> <meta id="viewport" name='viewport'> <script> (function() { if ( navigator.userA...
weka/doc/weka/classifiers/MultipleClassifiersCombiner.html
chrissalij/Wiki-Reputation-Predictor
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_17) on Mon Jan 11 20:33:51 NZDT 2010 --> <TITLE> MultipleClassifiersCombiner </TITLE> <META NAME="date" CONTENT="2010-01-11"> <LINK REL ="styleshee...
Coding/W3School/W3CN/www.w3school.com.cn/w3c/w3c_html.html
platinhom/ManualHom
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from www.w3school.com.cn/w3c/w3c_html.asp by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 01 Dec 2015 22:56:22 GMT --> <head> <meta http-equiv="Conte...
sites/all/themes/u21dk2011/styles/blocks.css
aakb/U21
/* ----- / Overwrite system.css ----- */ .block ul { padding: 0; } /* ------ / SMS UPDATE BANNER ----- */ .sms-updates { display: block; height: 118px; padding: 16px; background: #0f1141 url(../images/banner-620x170-lighter.jpg) left top no-repeat; } .sms-updates h2 { margin-top: 8px; font-size: 26px; ...
wp-content/themes/actionist/js/tests.html
josefcarlsson/actionist.se
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Fluid Width Videos with Fitvids.js</title> <style> body { background: #ddd; } video { max-width: 100%; height: auto; ...
Float/listand3 columns_s.html
godizalien/godizalien.github.io
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" type="text/css" href="float.css"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=7"> <meta:renderer></meta:renderer> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-...
datagrid_class_4_2_8/modules/wysiwyg/example.html
apgeo/silexgis
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>openWYSIWYG Examples</title> </head> <body> <form name="example" method="get"> <script language="JavaScript" type="text/javascript" src="wysiwyg.js"> </script> <textarea id="textarea1" name="test1" style="height: 170px; width: 500...
gramps42/gramps/example_NAVWEB1/ppl/k/b/AT0KQC4P3MMUCHI3BK.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Boucher, Thomas</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobi...
lib/synesketch/emotion/class-use/EmotionalState.html
nextLane/SongsNEmotionsInterplay
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0) on Thu Sep 18 19:04:45 CEST 2008 --> <TITLE> Uses of Class synesketch.emotion.EmotionalState </TITLE> <META NAME="date" CONTENT="2008-09-1...
docs/html/dir_433d7cd8d4867b708e8bd26f68301d48.html
beegee-tokyo/spMonitor
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
templates/ja_elastica/site_content/rvservices.html
ICON/opulenttemple
<p>The following RV services and rentals are available to our camp members.</p> <h4 class="subhead">Black/Grey Water Pump Service:</h4> <p>Opulent Temple works with a third-party vendor to schedule black/grey water pump service on the playa. Each service is $60; you are able to schedule how often you would like to be s...
lib/richfaces/doc/javadoc/org/richfaces/resource/optimizer/resource/scan/impl/package-use.html
Jacksson/mywmsnb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Thu Oct 23 20:37:10 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package or...