path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/c5cb57467c267c20a35f92318f4692026c064ad7ef73843ba6db5d1bcd65b843.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="./b89c9c584be36686b5c8c1699d0ab37f2ca82f649a1f817843cceb1bafd56a45.html">Teleport</a> <hr> ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/cfa46991bdb810d48aaad070e86d32606ad11ab98dba37c82ee2433179f9b2ce.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="./111c39a5fd93aebe64e0345eaa4a3fa383b808cd19ce3e292b38f80817041e92.html">Teleport</a> <hr> ...
Docs/api/html/OgreProperty_8h.html
lennonchan/OgreSource
<html> <head> <title>OGRE: OgreProperty.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.6...
i18n/es/app/views/forms/directives/traits-selector.directive.html
scbd/absch.cbd.int
<div> <table class="table table-bordered"> <tr> <td> <div km-term-check name="root-traits" locales="locales" required ng-change="onRootTraitsChange()" ng-model="rootTraits" terms="options.rootTraits()" binding-type="term[]"></div> </td> ...
public/templates/movie.html
bhavindesai20/MovieBazar
<div class="panel panel-default movie-container"> <div class="panel-body"> <div class="row top-part"> <div class="col-xs-12 col-md-4 movie-image"> <img ng-show="movie.Poster" class="img-rounded" src="{{movie.Poster}}" /> <div ng-show="!movie.Poster" class="img-ro...
restaurant/static/restaurant/account.css
prinnb/cs242-final-project
html{ height: 100%; margin: 0; background-color:#323232; } body{ font-family: 'Lato', sans-serif; font-size: 11pt; font-weight: 300; color: #C8C8C8 } ul { list-style: none; } a:link {color:#6c6c6c;} a:visited {color:#757575;} a:hover {color:white;} a:active {color:white;} .header{ text-align: center; ...
categories/из-чего/page/1/index.html
andrivanoff/andrivanoff.github.io
<!DOCTYPE html><html><head><title>https://andrivanoff.github.io/categories/%D0%B8%D0%B7-%D1%87%D0%B5%D0%B3%D0%BE/</title><link rel="canonical" href="https://andrivanoff.github.io/categories/%D0%B8%D0%B7-%D1%87%D0%B5%D0%B3%D0%BE/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="re...
_includes/navigation_en.html
TsinStudio/tsinstudio.github.com
<ul class="menu-item"> <li class="home"><a href="/">{{ site.title }}</a></li> {% for link in site.data.navigation %} {% if link.url_en contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.url_en %} {% endif %} <li><a href="{{ domain }}{{ link.url_en }}" {%...
swp/templates/swp/event.html
merry-bits/SWP
{% extends 'swp/base.html' %} {% load static %} {% block content %} <div class="container-fluid"> <div class="page-header"> <h1>{{ event.title }}</h1> </div> {% if user.is_authenticated %} <form action="{% url 'new_event' event.slug.hex %}" method="POST" enctype="multipart/form-data" class="form-...
src/css/index.css
yanhaijing/githubFansTool
.yan-github { position: fixed; bottom:0; right:0; min-width:350px; outline:1px solid rgba(0, 0, 0, 0.3); min-height:200px; background: #FFFFFF; border-radius:3px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); z-index: 10000 } .yan-github ul{ padding:0 } .yan-github li { list-...
dev/docs/osxivp.html
codemarc/ElectricDiscoTech
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="An approach to developing modern web applications"> <meta name="author" content="Marc J. Greenberg"> <title>ElectricDiscoTech</title>...
tests/sandbox/app/views/test-route.html
heynemann/tornado-angular
<p>This is the test-route view.</p>
venv/lib/python2.7/site-packages/django_bootstrap_breadcrumbs/templates/django_bootstrap_breadcrumbs/bootstrap2.html
WhySoGeeky/DroidPot
<ul class="breadcrumb"> {% for url, label in breadcrumbs %} <li> {% ifnotequal forloop.counter breadcrumbs_total %} <a href="{{ url }}">{{ label|safe }}</a> {% else %} {{ label|safe }} {% endifnotequal %} {% if not forloop.last ...
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.0/metacoq-erasure/1.0~alpha+8.9.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-erasure: 3 m 5 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
HW01/index.html
bill9800/NTU_D3js
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>NTU D3js HW01</title> <link rel="stylesheet" type="text/css" href="main.css"> <script src="https://d3js.org/d3.v3.min.js"></script> </head> <body> <!-- page 4 --> 關&nbsp;&nbsp;關&nbsp;&nbsp;雎&nbsp;&nbsp;鳩<br> 在&nbsp;&nbsp;河&nbsp;&nbsp;之&nbsp;&nb...
webkb/other/cornell/http:^^www.cs.cornell.edu^Info^Courses^Spring-96^CS100^info^codewarrior.html
ML-SWAT/Web2KnowledgeBase
MIME-Version: 1.0 Server: CERN/3.0 Date: Monday, 16-Dec-96 23:33:46 GMT Content-Type: text/html Content-Length: 3390 Last-Modified: Tuesday, 20-Feb-96 22:21:50 GMT <html> <head> <title> CodeWarrior for CS100 </title> </head> <body> <h2> Setting Up CodeWarrior for CS100 </h2> CodeWarrior can be run on your o...
src/web/admin/tmpl/core/controls/form/ctrlMap.html
akonoupakis/jsnbt
<div ng-class="{ invalid: !ngDisabled && !valid }"> <div class="form-group"> <label ng-show="ngLabel" class="control-label">{{ngLabel}}<small ng-show="ngTip">({{ngTip}})</small></label> <div class="row coordinates-container"> <div class="col-sm-6 form-control-feedback-container" ng-clas...
src/css/annotated_tweets.css
emCOMP/visualization
#body { width: auto; } /* Coding Table */ .table_stat { z-index: 2; position: relative; } .table_bar { height: 80%; position: absolute; background: #DEF; /* cornflowerblue */ z-index: -1; top: 10%; left: 0%; } #agreement_table, #tweet_table { font-size: 10pt; } #agreement_table ...
gallery_submission.php-id=944.html
heyitsgarrett/envelopecollective
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Submission 944</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <img src="gallery/subm...
public/assets/application-358366aec1b89d5184b3442fddc3a7d2.css
amagasa99/baukis
@charset "UTF-8"; /* グレー系 */ /* シアン系 */ /* マージン、パディング */ /* フォントサイズ */ /* 行の高さ */ /* グレー系 */ /* シアン系 */ /* マージン、パディング */ /* フォントサイズ */ /* 行の高さ */ /* line 6, /vagrant/app/assets/stylesheets/staff/container.css.scss */ div#wrapper div#container h1 { margin: 0; padding: 9px 6px; font-size: 16px; font-weight: nor...
app/views/index.html
hannifd/F2D-Build
{{<govuk_template}} {{$head}} {{>includes/elements_head}} {{>includes/elements_scripts}} {{/head}} {{$propositionHeader}} {{>includes/propositional_navigation4}} {{/propositionHeader}} {{$headerClass}}with-proposition{{/headerClass}} {{$content}} <script> if(sessionStorage.condition) { sessionStorage.remo...
css/style.css
maharlikans/titanic_visualization
body { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .bar { fill: steelblue; } g.orbit, g.main { cursor: pointer; pointer-events: all; }
dist/css/header.css
crianbluff-programming/ciudadplacer
.letra-ciudad { color: #fff; font-weight: 100; cursor: pointer; font-family: 'Moonbeam' !important; font-size: 43px; padding-left: 15px; } .letra-placer { color: #fff; font-weight: 100; cursor: pointer; font-size: 44px; font-family: 'QaskinBlack'; } #cabecera_sup_buscar { text-align: center; }...
user_handle/static/user_handle/css/user_index.css
vincentfung13/TwitterRepManagement
#entity-manager-container { margin-bottom: 20px; text-align: center; } #tag { margin-left: auto; margin-right: auto; } #inbox { margin-top: 20px; } #entity-manager-heading { margin-bottom: 20px; } #graphs-container { margin-bottom: 20px; } #selectors-container { text-align: center; ...
photo_searby.html
mizejewski/ucsf-history-website
--- --- <!doctype html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Photo - A History of UCSF</title> <link href='http://fonts.googleapis.com/css?family=G...
Source/Web/Content/ContactGroups/EditContactGroupMemberRelationships.html
ekyoung/contact-repository
<div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Relationships</h3> </div> <div class="panel-body"> <div ng-repeat="relationship in contactGroupMember.Relationships"> <div class="form-group"> <label for="inputRelationship" cla...
src/do/todo.component.html
codetheif/toDo
<p> Yo </p> <div *ngFor ="let task of taskList;let i=index;" style="padding:10px;width:100%;"> <input type="checkbox" name="task" value= "xyz" [checked]="task.status!=='N'">{{task.name}} <br> <button (click)="clearTask(task)" style="display:inline-block;">Delete</button> </div> <div> <input type= ...
docs/api/OpenTl.Schema.Updates/IChannelDifference/index.html
OpenTl/OpenTl.Schema
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta n...
ttt.css
delamoe/fcc-tic-tac-toe
body { font-family: 'Rancho', cursive; font-weight: bold; margin: auto; padding: 5%; background-color: #F49D37; } .score, .game { color: #0A1128; font-size: 28px; } #board { width: 450px; height: 450px; } #board .square { width: 33.333333333%; height: 33.333333333%; background-color: #496DD...
TouchbaseModular/public/deprecated/pictureUpload.html
couchbaselabs/touchbase
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Couch411 | Login</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/boot...
templates/storycontributor/individual.html
ericwebster/project-crayfish
{# ------------------------------------------------------- #} {# INDIVIDUAL VIEW FOR EACH storycontributor #} {# This page can use any data from http:localhost:2000/cms/#/form/storycontributor/ #} {# Webhook uses the SWIG.js (like Djagno/Twig) templating system. Their documentation is here: #} {# http://paularmstrong.g...
application/demo/profile.html
racerx2000/ne_stenka
<!DOCTYPE html> <html> <head lang="ru"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Template</title> <link href="http://themesanytime.com/startui/demo/img/favicon.144x144.png" rel="apple-...
docs/poj/p1276.html
amoshyc/CPsolution
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>[POJ] 1276. Cash Machine &mdash; amoshyc&#39...
doc/java/jdk7/java/net/class-use/SocketImplFactory.html
fbiville/annotation-processing-ftw
<!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.6.0_18) on Thu Dec 18 17:18:35 PST 2014 --> <title>Uses of Interface java.net.SocketImplFactory (Java Platform SE 7 )</title> <meta name="d...
js-test/fixtures/exemplos/divs.html
massahud/zf2-testeunidade
<style type="text/css"> .escondido { display: none; } </style> <div id="div1" class="xxx">div1</div> <div id="div2" class="escondido">2</div>
public/modules/consumers/views/create-consumer.client.view.html
foysalit/hive-customer
<section data-ng-controller="ConsumersController"> <div class="page-header"> <h1>New Order</h1> </div> <div class="row" ng-show="errors.has()"> <div class="alert alert-danger" ng-repeat="err in errors.all"> {{ err }} </div> </div> <div class="col-md-12" data-ng-...
manpages/man1/true.1.html
yuweijun/yuweijun.github.io
<!DOCTYPE html> <HTML><head><TITLE>Manpage of TRUE</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-description">...
_site/lrthw/2016/07/04/lrhw-43.html
Ljzn/ljzn.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/static/img/ruby.ico" /> <title>43基本的面向对象分析和设计 - LJZN</tit...
src/components/layout/five-column-collapse-alternate.html
tachyons-css/tachyons-css.github.io
{{{ "bodyClass" : "bg-white", "screenshot" : { "background-size" : "contain" } }}} <div class="cf"> <div class="fl w-50 w-20-ns tc pv5 bg-black-05"> 1 </div> <div class="fl w-50 w-20-ns tc pv5 bg-black-10"> 2 </div> <div class="fl w-100 w-20-ns tc pv5 bg-black-20"> 3 </div> <div cla...
app/templates/student/edit_student.html
siwl/test_website
{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}Flasky - Edit Teacher Profile{% endblock %} {% block side_content %} <div class="page-header"> <h1>Edit Student's Info</h1> </div> <div class="col-md-4"> {{ wtf.quick_form(form) }} </div> {% endblock %}
_layouts/post.html
JiachengSHI/JiachengSHI.github.io
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
rdoc/RubyXL/CellStyle.html
mezza/rubyXL
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class RubyXL::CellStyle - rubyXL 3.3.29</title> <script type="text/javascript"> var rdoc_rel_prefix = "../"; var index_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/darkfish.js"></script> <link href="../css/f...
src/app/components/legend/legend.component.html
rabbitfighter81/reMORSE
<table class="legend-table" *ngIf="units"> <thead> <tr class="header"> <th>Chraracter</th> <th>Length (seconds)</th> </tr> </thead> <tbody> <tr> <th>Dot ( ● )</th> <td class="red">{{ units.dot }} Seconds</td> </tr> <tr> <th>Dash ( - )</th> <td class="red">{{...
web/home_page/views/index.client.view.html
hardylake8020/youka-server
<!DOCTYPE html> <html> <head lang="en"> <title>柱柱签收-移动互联网时代的物流,运输全程可视,让物流更简单</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="keywords" content="柱柱签收,物流管理系统,车队系统,第三方物流系统,物流签收, 签收单, 回单,车队管理,车辆管理,TMS,运输管理系统,OT...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1/unicoq/1.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unicoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
Rust/share/doc/rust/html/collections/string/struct.FromUtf8Error.html
ArcherSys/ArcherSys
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `FromUtf8Error` struct in crate `collections`."> <meta name...
morenito.css
DAWalbertofdez/ProyectoMarcAlbertoDani
* { margin: 0; padding: 0; } body { margin: 0; padding: 0; font: 12px Arial, Helvetica, sans-serif; color: #333; background: #fff url(images/bg_body.jpg) repeat-x; } img { border: none; } p { margin: 0; padding: 8px 0; } a, object, a:focus { outline: none; } h1, h2, h3, h4 { marg...
public/Windows 10 x64 (19041.388)/_IO_APIC_REGISTERS.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.388)</h4><br> <h2>_IO_APIC_REGISTERS</h2> <font face="arial"> +0x000 RegisterIndex : Uint4B<br> +0x004 Reserved1 : [3] Uint4B<br> +0x010 RegisterValue : Uint4B<br> +0x014 Reserved2 : [11] Uint4B<br> +0x040 EndOfInterrupt : Uint4B<br> </f...
rescue/css/component.css
fedeB-IT-dept/fedeB_website
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot'); src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg'); font-weight: normal; font...
openprescribing/templates/analyse.html
ebmdatalab/openprescribing
{% extends "base.html" %} {% load static %} {% load template_extras %} {% block title %}Analyse{% endblock %} {% block active_class %}analyse{% endblock %} {% block extra_css %} <link href="{% static 'css/select2.min.css' %}" rel="stylesheet"> <link href="{% static 'css/jquery.nouislider.css' %}" rel="stylesheet"> <l...
public/2017/01/17/随手记20170118/index.html
HankCoder/BlogBackup
<!doctype html> <html class="theme-next pisces use-motion"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta...
src/app/components/nav/nav-custom.component.html
muronchik/clubmembership-angular
<!--Navigation bar--> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <sp...
gallery_submission.php-id=121.html
heyitsgarrett/envelopecollective
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Submission 121</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <img src="gallery/subm...
public/422.html
davidhampgonsalves/notefeeder
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- saved from url=(0037)http://notefeeder.heroku.com/500.html --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; chars...
Symbol Table/doc/org/symboltable/class-use/Edge.html
shivam091/Symbol-Table
<!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_11) on Sun Aug 31 14:44:00 IST 2014 --> <title>Uses of Class org.symboltable.Edge</title> <meta name="date" content="2014-08-31"> <link rel="st...
index.html
westlyheinrich/getting-started-with-html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Justin Kams</title> </head> <body> <html> <head> <title>The Basics of The Web and HTML</title> </head> <body> <h2>The Basics of The Web and HTML</h2> <p><em></em></p> <p><em><h3>The Basics of the World Wide Web</h3></em> The...
_layouts/post.html
MozillaTN/mozillatn.github.io
--- layout: default archive: true --- <script src="https://apis.google.com/js/platform.js" async defer></script> <article class="post"> <header> <h1>{{ page.title }}</h1> <h2 class="headline">{{ page.date | date:"%B %-d, %Y" }}</h2> </header> <section id="post-body"> {{content}} ...
app/views/fha/scrutiny-scenarios/scenario7/_macros_nav_scenario7.html
dwpdigitaltech/healthanddisability
{% macro scenario_tabs(selected,num,path, id) %} <div class="section-tabs js-tabs clearfix mb20"> <ul> {% set navs = [ {url:"timeline-review",label:"Timeline"}, {url:"details-fme",label:"Details"}, {url:"evidence-portal",label:"Evidence"}, {url:"appointment",label:"Appointment"} ...
javadoc/3.4/org/robolectric/annotation/Resetter.html
robolectric/robolectric.github.io
<!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_112-google-v7) on Fri Jul 21 13:02:32 PDT 2017 --> <title>Resetter</title> <meta name="date" content="2017-07-21"> <link rel="stylesheet" type=...
test/replies/person-fail.html
lgaticaq/info-rut
<table> <thead> <tr> <th>Nombre</th> <th>RUT</th> <th>Sexo</th> <th>Dirección</th> <th>Ciudad/Comuna</th> </tr> </thead> <tbody> </tbody> </table>
user/plugins/podcast/assets/css/podcast.css
floede/freeplay-blog
.podcast-channel-header{width:100%;clear:both;display:inline-block;border-bottom:3px solid #000}.podcast-channel-image{width:25%;float:left;display:inline-block;border:1px solid #000}.channel-meta{width:74%;float:left;display:inline-block}.channel-meta h1{text-align:center;margin:0}.channel-meta h2{text-align:center}.c...
api/index.html
tempusjs/tempus-js.com
--- layout: api_index title: api breadcrumbs: true --- {% include api_listing.html %}
static/docs/generated/module/likeness/module/configuration/member/children/spare/details/index.html
shenanigans/node-sublayer
<!DOCTYPE html> <html> <head> <title>likeness:Configuration#children~details documentation</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../index.css" /> <link rel="stylesheet" type="text/css" href="../../../../../../../../highlight.css" /> <script type="text/javascript" src=...
html-inline/index.html
felixhummel/skeletons
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>TITLE</title> <style type="text/css" media="screen"> body { font-family: sans-serif; } </style> </head> <body> <p>HELLO</p> <script type="text/javascript"> </script> </body> </html>
src/app/configuration/tab-endpoint/endpointDetail.html
catalogicsoftware/Angular-4-Plus-Dashboard-Framework
<div class="ui right aligned grid"> <div class="right aligned column"> <span *ngIf="currentState == 'save as' && endPointForm.valid"> <a mat-mini-fab routerLink="." color='primary' (click)="createEndPoint()"><mat-icon>content_copy</mat-icon></a> &nbsp;save as&nbsp; </span> ...
generators/app/templates/public/index.html
gmmendezp/generator-nyssa-fe
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#000000"> <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> <link rel="shortcut icon" href="%PUBLIC_URL%/fav...
index.html
efraxpc/SEPPP
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>SEEPPP v1</title> </head> <body onLoad="document.location.href='app.php'"></body> </html>
docs/html/group___h_a_l___t_i_m___aliased___macros.html
team-diana/nucleo-dynamixel
<!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...
blog/t4-javascript-basics.html
amandahogan/amandahogan.github.io
<!DOCTYPE html> <html> <head> <title>JAVASCRIPT BASICS</title> <meta charset="UTF-8"> <link href="../styles/main.css" rel="stylesheet" type="text/css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/n...
publishers/site/templates/issue.html
kesiev/Wright
<html> <head> <title>%%%name%%% - Wright! Magazine</title> %%%=templates/headers.html%%% <link rel="stylesheet" href="%%%urlroot%%%fonts/stylesheet.css" type="text/css" charset="utf-8" /> <script type="text/javascript" src="%%%urlroot%%%js/wright.js?a=1"></script> </head> <body onload="onload()"> %%%=templ...
ui.html
OSU-Infovis/BlocksAndGuides
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Blocks &amp; Guidelines</title> <link rel="stylesheet" type="text/css" href="./css/ui.css"> <script...
_content/55-publications/2021-03-15-overdose-fatality-review-teams-literature-review.html
ICJIA/icjia-public-website
--- title: Overdose Fatality Review Teams Literature Review _template: publication area: - Criminal Justice System pubtype: - Research Report pubstatatus: 'true' summary: States and localities across the United States have implemented overdose fatality review teams to address the impact of the opioid crisis on thei...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b27a49775c444cb482bdd5ad724ef29021224f933713fb663dba33bd34c415e1.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="./41814c947891496a1acc2233f71c55d6d8d51db20b34ea7b2815cc76b4bf13c8.html">Teleport</a> <hr> ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/37b93c337d764afc6c82c4a0e3a29ac3eb67cfb701bc613645d1067f200bb816.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="./d2fe18e71c8455c6ae9719209877704ba01fd0b8a3641bcff330a4d9c8a66210.html">Teleport</a> <hr> ...
doc/index-files/index-9.html
justinslee/robocode-jsl-EasyKillBot
<!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_11) on Wed Mar 06 13:52:23 HST 2013 --> <title>S-Index</title> <meta name="date" content="2013-03-06"> <link rel="stylesheet" type="tex...
vendor/gems/ruby/1.8/gems/rb-appscript-0.6.1/doc/aem-manual/03_packingandunpackingdata.html
mattgraham/play-graham
<!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" xml:lang="en" lang="en"> <head> <title>rb-aem manual | 3. Packing and unpacking data</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" ...
docs/index.html
resistdesign/incarnate
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl"> <title data-ice="title">Home | incarnate</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></sc...
layouts/partials/footer.html
saey55/hugo-elate-theme
<footer id="footer" role="contentinfo"> <a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a> <div class="container"> <div class=""> <div class="col-md-12 text-center"> <p>{{ with .Site.Params.footer.copyright }}{{ . | markdownify }}{{ end }}</p> </div> </div> <div cla...
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.1/sudoku/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sudoku: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
Reports/ne/netcdf-ikvm.4.1.0/IKVM.OpenJDK.Beans-Net40.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
Figure3/Tox21_nnm/WorkHere/124-10-7.smi.png.html
andrewdefries/ToxCast
<!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"></meta> <title>124-10-7.smi.png.html</title> </head> <...
src/styles/options.css
SerDIDG/BattlelogServersBlacklist
/* ******* TAGS ******* */ body { margin: 0; padding: 32px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; } /* ******* COMPONENTS ******* */ /* Gridlist */ .gridlist { margin: 0; } .gridlist .control .icon { vertical-align: top; }
all-data/0-999/555-31.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>...
index.html
DylanPiercey/smoothscroll
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>smooth scroll polyfill</title> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css"> <link href='https://fonts.googleapis.com/css?family...
wk4exercises/wk4exercise07/styles/mystyle.css
TheHagueUniversity/2017_1.1_programming-extended-course
body { font-family: Helvetica; color: #111; overflow: hidden; margin: 0; background: #f2f2f2; line-height: 1.5; } header { display: block; margin: 20% auto; text-align: center; font-size: 50px; font-weight: bold; } header span { position: relative; display: inline-block; } button { ...
emat20005/index.html
jdleesmiller/jdleesmiller.github.io
<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="vi...
index.html
rafikdraoui/potlatch
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Potlatch!</title> <link href="./static/css/skeleton.css" rel="stylesheet"> <link href="./static/css/style.css" rel="stylesheet"> </head> <body> <div id="potlatch"></div> <script src="./static/js/potlatch.js"></script> <script ...
partaci.html
tjelen/page-cooland
<!DOCTYPE html> <html lang="cs"> <head> <meta charset="utf-8"> <title>Cooland</title> <meta name="description" content=""> <meta name="author" content="Cooland"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="//fonts.googleapis.com/css?family=Merriweather:300,400,700&subset...
css/css-demo/practice.css
LucasEWright/phase-0-tracks
#contact-info { font-size: .8em; } .job { background-color: #e9e5dc ; border-radius: 10px; margin-top: 5px; padding: .5px; } .ul { font-size: .8em; } li:last-child { color: blue; } #hula { color: red; }
public/system/views/helpWindow.html
cybercom-finland/sos-app
<div class="modal-header"> <h3 class="modal-title">Ohje</h3> </div> <div class="modal-body"> <div ng-show="createOwnNetwork"> <div class="help-element"> <img class="help-image" src="public/system/assets/img/infoimages/create.png"> <p> Voit perustaa oman verkostosi painamalla Luo...
views/change_of_name_180122/upload/index.html
UKHomeOffice/passports-prototype
{{< layout}} {{$pageTitle}}Upload your photo{{/pageTitle}} {{$header}} <h1>Upload your photo</h1> {{/header}} {{$content}} <p >Your photo must be taken in the last month and meet the <br><a href="/../change_of_name_180122/photoguide-static/photorules"> rules for passport photos</a>.</p> <a href...
src/main/resources/templates/manager/pendingtransfers.html
Nikh13/securbank
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3"> <head> <title>System Manager Dashboard</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" th:href="@...
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:sudoku/8.4.dev/2015-01-30_03-04-02.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...
content10/products-bots-prerequisites.html
LivePersonInc/dev-hub
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Prerequisites | LivePerson Technical Documentation</title> <link rel...
docs/com/hikmat30ce/workday/integrator/hr/generated/class-use/CompensationStepReferenceDataType.html
hikmat30ce/WorkdayIntegrator-HR
<!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_77) on Sun Aug 13 19:07:39 PKT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.hikmat30ce...
tags/Progressive-Web-App.html
kingstonrichard/kingstonrichard.github.io
 <!DOCTYPE HTML> <!-- Solid State by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-72755780-1"></script> <script> window.dataLayer = window.dataLayer || [...
src/index.html
andbet39/Angular2Sensor
<!DOCTYPE html> <html lang=""> <head> <title><%= webpackConfig.metadata.title %></title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="<%= webpackConfig.metadata.title %>"> ...
index.html
mbarralo/mbarralo.github.io
--- layout: default --- <div class="posts"> {% for post in site.posts %} <article class="post"> {% if post.icon %} <div style="float: left; padding-right: 20px; margin-top: 10px"> <img style="" src="{{post.icon}}" width="50" height="50"/> </div> {% endif %} <a class="post-...
assets/styles/Fix/ie.css
charlle/charlle
/* IE 8 FIXES MAIN BLUE: #99CCFF LINK BLUE: #0066FF NEW BLUE: #3366FF ORANGE: #FFCC66 GREEN: #66CC00 TBL GREEN: #A7C942 RED: #CC0000 BORDER: #CCC GREY: #999 DARK GRY: #555 */ #rent_go{vertical-align:-3px;} div.land-do h2{ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45...
components/custom-scrollbar/css/jquery.mCustomScrollbar.css
digicorp/propeller
/* == malihu jquery custom scrollbar plugin == Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller */ /* CONTENTS: 1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 3. HORIZONTAL SCR...