path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
third_party/web_platform_tests/conformance-checkers/html/elements/object/data/host-double-percent-encoded-percent-encoded-novalid.html
youtube/cobalt
<!DOCTYPE html> <meta charset=utf-8> <title>invalid data: host-double-percent-encoded-percent-encoded</title> <object data="http://%ef%bc%85%ef%bc%94%ef%bc%91.com"></object>
views/css/main.css
CoreyAFraser/movieApp
html, body { height: 100%; } #title { height: 14%; } #subTitle { padding-top: 0; height: 6%; } #results { height: 74%; border-top: solid; border-bottom: solid; border-color: #ddd; margin-top: 1%; } #pagination { min-height: 6%; font-size: 1.2em; } .page-title { color: red; font-weight: bol...
_includes/social/twitter-follow.html
jakemcclure/JakeMcClure.github.io
<a href="https://twitter.com/jake_mcclure?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="small" data-show-screen-name="false" data-show-count="true">Follow JM</a>
src/common/components/Button/base.css
colinmeinke/universal-js
@import "../../styles/base/config.css"; .regular { --color-background: var( --color-block-background ); --color-font: var( --color-block-font ); --padding-x: var( --spacing-medium ); --padding-y: var( --spacing-small ); background-color: var( --color-background ); border: none; color: var( --color-font )...
homeinventory/inventory/templates/shared/_simple_search_form.html
le4ndro/homeinventory
{% comment %} Usage: {% include "shared/_simple_search_form.html" %} {% endcomment %} <form action="" method="get" class="form-inline"> <div class="input-group mb-2 mr-sm-2 mb-sm-0"> <input type="text" name="q" class="form-control"/> </div> <button type="submit" class="btn btn-primary">search</button...
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.2/min-imports/1.0.2.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>min-imports: 18 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel=...
all-data/6000-6999/6300-22.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="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>...
client/template/application.html
skippednote/writ
<template name="application"> {{> header}} {{> flashMessages}} {{> yield}} {{>analytics}} </template>
Brew/Brew/Content/Site.css
nsipid/Brew
html { background-color: #e2e2e2; margin: 0; padding: 0; } body { background-color: #fff; border-top: solid 10px #000; color: #333; font-size: .85em; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; margin: 0; padding: 0; } a { color: #333; outline: none; p...
doc/fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html
alex-ception/deadhal
<!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_25) on Sun Mar 16 19:32:45 CET 2014 --> <title>RotateGestureDetector.OnRotateGestureListener</title> <meta name="date" content="2014-03...
app/components/scroller/scroller.css
everitosan/CursoUnamDemencia
:host { flex: 1.7; height: 100%; } #base { opacity: 0; } #mainInfo { font-family: 'soberana_sanslight'; padding: 0 1em; overflow-y: scroll; height: 100%; } #mainInfo .note { border: 1px solid #333; box-sizing: border-box; margin: 0.5em 0; padding: 0 0.5em; font-family: 'soberana_sansbold'; } ...
people/e3na5vof.html
slowe/panelshows
<html> <head> <title>Chris Sheasby's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--...
6029-82-9.txt.html
andrewdefries/Ames_ToxBenchmark
<html><img border=0 src=6029-82-9.txt alt=6029-82-9.txt></img><body> "x" "1" "WEINER,ML, BATT,KJ, PUTMAN,DL, CURREN,RD AND YANG,LL, GENOTOXICITYEVALUATION OF LITHIUM HYPOCHLORITE, TOXICOLGY, 65(1-2):1-22, 1990" </body></html>
docs/classtrees_Spark_Validate.html
CHH/Spark-Web-Framework
<?xml version="1.0" encoding="iso-8859-1"?> <!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> <!-- template designed by Marco Von Ballmoos --> <title></title> <link rel="stylesheet" hr...
src/app/settings/setting.tpl.html
anypossiblew/map-md-client
<md-content flex layout-fill> <md-masthead masthead-user="sc.user"> <div layout="column" style="position: relative"> <h2>设置</h2> <cover-upload cover-uploaded="sc.mastheadUploaded(cover)" cover-type="MASTHEAD" class="cover-upload"> ...
src/app/components/list/edit-dialogbox/edit-dialogbox.component.html
thedeveloperr/boardjs
<md-input-container> <input #listNameIn mdInput mdTextareaAutosize placeholder="Enter new name for list" [value]="oldName"> </md-input-container> <button md-raised-button (click)="dialogRef.close({newName: listNameIn.value})"> Update List </button>
buddy/template/list.html
metinex/code-challenge
<div class="row col-md-6"> <div class="list-group"></div> </div>
public/templates/register.html
klopapier/poker
<div id="lobby"> <div class="modal-wrap" ng-show="!$root.username"> <div class="modal"> <p><h3>Register</h3></p> <p class="table-requirements error" ng-show="registerError">{{registerError}}</p> <form ng-submit="signup()"> <label for="screen-name-input">Enter your mail</label> <input id=...
tests/index.html
twify93/emberjs-rentals
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>MyEmberApp Tests</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for "head"}} {{content-for "test-h...
templates-darts/base.html
matematik7/camino-go
{% macro getTitle() %} {% block title %}Darts{% endblock %} {% endmacro %} <!DOCTYPE html> <html lang="sl"> <head> <meta charset="utf-8"> <title>{{ getTitle() }} :: Darts</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Seznam obiskanih h...
examples/demo-simple-rt-task.html
msrresearch/jsPsych
<!DOCTYPE html> <html> <head> <title>My experiment</title> <script src="../jspsych.js"></script> <script src="../plugins/jspsych-text.js"></script> <script src="../plugins/jspsych-single-stim.js"></script> <link rel="stylesheet" href="../css/jspsych.css"></link> </head> <body></body> <script...
_attachments/2011-07-22-thebookthief.html
nu-lts/jekyll-snippets
--- layout: attachment title: TheBookThief categories: [] tags: [] status: inherit type: attachment published: false meta: _wp_attached_file: 2011/07/TheBookThief.jpg _wp_attachment_metadata: a:6:{s:5:"width";s:3:"322";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height='96' width='61'";s:4:"file";s:24:"2...
page-full.html
doctoreric/CAMANCURA
<!DOCTYPE html> <!--[if IE 8]> <html class="ie ie8"> <![endif]--> <!--[if IE 9]> <html class="ie ie9"> <![endif]--> <!--[if gt IE 9]><!--> <html> <!--<![endif]--> <head> <meta charset="utf-8" /> <title>Epona - Multipurpose Template</title> <meta name="keywords" content="HTML5,CSS3,Template" /> <met...
css/theme/white.css
sallain/intro-to-islandora
/** * White theme for reveal.js. This is the opposite of the 'black' theme. * * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ @import url(../../lib/font/source-sans-pro/source-sans-pro.css); section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-backgr...
my wordnet/templates/references.html
nlx-group/LX-WordNetBrowser
<!DOCTYPE html> <html lang="en"> <head> {% load static %} <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/lib...
Story/h9.html
happyhairfish/ctg
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Cómic Pensamiento Crítico</title> <script src="phaser.min.js"></script> <style type="text/css"> body { margin: 0; } </style> </head> <body> <script type="text/javascript"> var game = new Phaser.Gam...
codeforseoul/WebContent/css/style.css
mingyu-lee/nabi-hackathon_codeforseoul
/* ========================================================================== RESET ========================================================================== */ html { font-size: 100%; height: 100%; width: 100%; outline: none; } body { background: #FFF; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weig...
target/site/testapidocs/org/rarefiedredis/redis/class-use/RedisMockClient.html
wilkenstein/redis-mock-java
<!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_45) on Tue Jun 02 18:52:04 MDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.rarefiedre...
server/public/html/article/detail.html
JesusGuerrero/MAHRIO
<div ng-if="networkId" class="row"> <div style="position: absolute; margin-top: -64px" class="col-xs-12 col-sm-4 col-md-3 col-lg-2"><a ui-sref="networks.articles({id: networkId})" ui-sref-opts="{reload: true}" class="btn btn-default"><i class="fa fa-chevron-left"> Back</i></a></div> </div> <div class="row hidden"> ...
Data Management System/jsp/system_management/data_backup_management.html
lovemybamboo/lovemybamboo.github.io
<html lang="cn"> <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="author" content=""> <title>平台管理——数据备份</title> <!-- Bootstrap Core CSS ...
public/css/app.css
JoTrdl/altar
/* ---------------------------- * Variables * ------------------------------------------------------- */ /* ---------------------------- * Base style * ------------------------------------------------------- */ /* * A lot of this base css are inspired or come directly from: * http://www.basscss.com/ */ /* ------...
lib/assets/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/login-logo@2x.png.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photo...
public/modules/production-remarks-entries/views/edit-production-remarks-entry.client.view.html
niranjan21/skt
<section data-ng-controller="ProductionRemarksEntriesController" data-ng-init="findOne()"> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-lg-12"> <h2>Modify Production Remarks Entry</h2> <ol class="breadcrumb"> <li> <a href="#!/">Home</a> ...
cb97cdb/html/classv8_1_1_integer.html
v8-dox/v8-dox.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...
e0ecf4f/html/classv8_1_1_function-members.html
v8-dox/v8-dox.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...
src/webapp/templates/performanceConsistencyHelp.html
XInterns/IPL-PySpy
<center><h1>**** Team Performance Consistency ****</h1></center></br> <ul> <li><b>about:</b> returns json data of performance consistencies for each team</li> <li><b>usage:</b> <a href="/performanceConsistency?lbound=2009&ubound=2012">/performanceConsistency?lbound=2009&amp;ubound=2012</a></li> <li><b>ran...
fop2.html
deepnavy/deepnavy.github.io
<!DOCTYPE html> <!-- saved from url=(0027)https://opendatabot.com/fop --> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Відслідковуйте закриття ФОПів в&nbsp;реальному часі (оновлення 27.03)</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> ...
apps/templates/developer_admin.html
justplus/vansel
{% extends "base.html" %} {% block css %} {{ super() }} <link rel="stylesheet" href="{{ url_for('static', filename='vendors/jquery-file-upload/css/jquery.fileupload.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='vendors/jquery-file-upload/css/jquery.fileupload-ui....
_layouts/post.html
jamvius/jamvius.github.io
--- layout: default --- <div class="post"> <h1 class="post-title">{{ page.title }}</h1> <span class="post-date">{{ page.date | date_to_string }}</span> <p><strong>categorias:</strong> {% for category in page.categories %} <a href="/archive/category/{{category}}" class="tag">{{ category }}</a> {% endf...
src/index.html
kkdubey/sb
<!DOCTYPE html> <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"> <title><%= htmlWebpackPlugin.options.title %></title> <meta name="description" content="<%= htmlWebpackPlugin.options.title %>"> <...
public/categories/r/index.html
MorgsJohn/ikhaya_wami
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="theme" content="hugo-academic"> <meta name="generator" content="Hugo 0.44" /> <meta name="author" content=...
employee_engagement.html
emtmm/costa-consulting
<!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" /> <title>Costa Consulting</title> <link ...
_layouts/post.html
thiderman/thiderman.github.io
--- layout: layout --- <section class="content"> <h1> <a href="{{ page.url }}">{{ page.title }}</a> </h1> <section class="byline"> {{ page.date | date: "%B %e, %Y" }} </section> {{ content }} <!-- TODO: bio here --> <section class="meta"> <h3>Discussion, links, and tweets</h3> <section...
app/partials/productCompare.html
a-1/shopping-guru
<div class="jumbotron"> <h1>Nokia Lumia 900</h1> <div class="pull-right"> <p>Price : Rs. 19,800.00 at Naaptol </p> <p>Fastest Delivery : 2 days at Flipkart</p> <p>Best EMI Option : Rs. 450/month at shopclues</p> </div> <br> <br> </div> <br> <div class="gridStyle" ng-grid="gridOptions"></div>
application/views/templates/sensor_editor.html
vyfe/smartirrigation
<?php $this->load->view("templates/public/header.html");?> <div class="panel panel-default"> <div class="panel-heading"> 传感器数据修正 </div> <div class="panel-body"> <div class="row"> <div class="alert alert-success" role="alert"> <url> <li> ...
source/theme/pure/page.html
go-xiaohei/pugo
{{template "meta.html" .}} <div class="pure-g-r" id="layout"> {{template "sidebar.html" .}} <div class="pure-u-1"> <div class="content"> <div class="post"> <h1 class="post-header">{{.Page.Title}}</h1> <div class="post-description">{{.Page.ContentHTML}}</div> ...
all-data/4000-4999/4332-33.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="fmt0table"><tr><th class="zt1"><...
index.html
glena/twinalizer
<html> <head> </head> <body> <button onclick="load()">Load</button> <button onclick="load_friendsnf()">Load FNF</button> <input type="text" id="page" value="0" /> <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script src="//cdn.auth0.com/js/lock-7.js"></scrip...
themes/npe/layouts/_default/list.html
nuclear-power-engineering/nuclear-power-engineering
layouts\_default\list.html
css/syntaxHighlighting.css
andyfitch/SnapMotion
/** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html * * @version * 3.0.83 (July 02 2010) * * @copyright * Copyright (C) 2004-2010 Alex Gorbatchev. * * @lic...
src/menubutton/demo/other/simple-select.html
007slm/kissy
<!doctype html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <...
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/dev/vst-64/2.6.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>vst-64: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
newsletter/2000-07.html
Cogges/cogges.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>Cogges Parish newsletter July/August 2000</title> <link rel="stylesheet" href="../cogges.css"> <link rev=made href="mailto:cogges.pcc@comlab.ox.ac.uk"> </head> <body bgcolor="#fff...
doc/me/lactem/pvz/util/sql/package-summary.html
Lactem/PvZ
<!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_51) on Wed Sep 03 21:00:58 PDT 2014 --> <title>me.lactem.pvz.util.sql</title> <meta name="date" content="2014-09-03"> <link rel="styles...
_includes/sidebar.html
christophe-dufour/christophe-dufour.github.io
<div class="sidebar"> <div class="container sidebar-sticky"> <div class="sidebar-about"> <h1> <a href="{{ site.baseurl }}"> <img src="{{ site.baseurl }}assets/christophe-dufour.png" alt="Christophe Dufour" class="img-circle"/> </a> </h1> </div> <nav class="sidebar-na...
0003-webpack/index.html
davidwparker/programmingtil-react
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>0003 React via Webpack</title> </head> <body> <div id="root"> </div> <script src="bundle.js"></script> </body> </html>
src/angular/home/home.html
frynt/marriage-map
<div id="home" class="container-fluid"> <div class="home-header" ng-show="!iGoFormURLIFrame"></div> <div class="intro-helene-flo"> <p> Hélène et Florent </p> <p> 25 juin 2016 <p> </div> <div class="row" ng-show="!iGoFormURLIFrame"> <div class="col-md-3"></div> <div class="col-md-4"></div> <div class="c...
d-streamon/gui/composition.html
netgroup/dstreamon
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Demons - Compositions editor</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="css/demons/jquery-ui-1.8.16.css" /> ...
i18n/ru/app/components/scbd-angularjs-controls/form-control-directives/tabbed-textareas.html
scbd/absch.cbd.int
<!--TODO: once i get at least one more control requiring style, I should just have a css file for all of these controls --><style> .tabbed-textareas-inputs > * > .tabbed-textarea { display: none; } .tabbed-textareas-inputs > *:first-child > .tabbed-textarea { display: block; } .tab-button.has-success { background-colo...
src/main/editor/container/resize/styles.css
FrederikS/richie
.selected { outline-color: rgb(77, 144, 254); // #4D90FE outline-offset: -2px; outline-style: auto; outline-width: 6px; cursor: move; }
css/cv.css
katiefenn/website
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Web Fonts from fontspring.com All OpenType features and all extended glyphs have been removed. Fully installable fonts can be purchased at http://www.fontspring.com The fonts included in this stylesheet are subject to the E...
test/ref/index.html
banksean/processing-js
<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Processing.js Ref Tests</title> <script src="../../processing.js"></script> <script src="tests.js"></script> <style> .test { border: solid 1px; margin: 5px; } .title { margin-left...
courses/ecn104/spring19/plaigiarism-assignment3/results/289570066/match25-1.html
suyashmahar/suyashmahar.github.io
<HTML> <HEAD> <TITLE>18116020/</TITLE> </HEAD> <BODY BGCOLOR=white> <HR> 18116044/<p><PRE> &gt;&gt;&gt;&gt; file: solution_1.v `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 19.04.2019 20:43:42 // Design Name: // Mo...
documentation/html/classjsonCool_1_1jsonStream_ae55f69358282a77e11c7a76402b42fe3.html
PawelStawarz/jsoncool
<!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...
views/template.html
CatsMiaow/pm2-notify
<mjml> <mj-body width="1920px"> {{#each logs}} <mj-section full-width="full-width" padding="0"> <mj-column width="100%"> <mj-divider border-color="#F45E43"></mj-divider> <mj-text font-size="20px" color="#F45E43">{{name}}</mj-text> <mj-text><pre><code>{{{message}}}</code></pre></m...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/a1c06538754b0b73ed624752355969a1f72c24cc15d4e7ee6fea4376d43b4b11.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="./a6ea6b46f8962e8d9d3d1964eda6c7d80a244b9f81276e5b5417d9f098aac254.html">Teleport</a> <hr> ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/147db9e7456b6a93abc83389bf5a8307fe5379f7fd202e0c9c08ca00881481c6.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="./d9e70432ece6ef0d2a4340ca762a72dc65ff0f05c570d040747bc1aed3abc9c0.html">Teleport</a> <hr> ...
index.html
mkanako/Video2Html
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> </head> <style type="text/css"> body{ text-align: center; } p{ padding:0; margin: 0; letter-spacing: -5px; line-height: 4px; } .c0{color:#000} .c1{color:#111} .c2{color...
1.2.0-rc.1/partials/api/material.components.dialog/service/$mdDialog.html
angular/code.material.angularjs.org
<div class="doc-content"> <header class="api-profile-header" > <h2 class="md-display-1" >{{currentDoc.name}} API Documentation</h2> </header> <div layout="row" class="api-options-bar with-icon"></div> <div class="api-profile-description"> <p><code>$mdDialog</code> opens a dialog over the app to infor...
bower_components/font-awesome/src/3.2.1/icon/hand-up/index.html
vmetayer/co-brand
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic...
java/2013/com/sun/squawk/platform/windows/natives/class-use/SocketImpl.sockaddr_inImpl.html
arithehun/frc
<!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_29) on Thu Jan 03 13:26:00 EST 2013 --> <TITLE> Uses of Class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl (2013 FRC Java...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4769607256da6029ae960beab2d9de526d4659c7187f1cb9dc8907aa197c8ef3.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="./7433e9aabdde0fcae999928dcee96a85061b5c9e88fd9a10391af841ae42de26.html">Teleport</a> <hr> ...
svn_book_1.6/svn.ref.svn.c.move.html
huntervwang/bobingqing_www
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!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>svn m...
jinput/jinput_coreapi_javadoc/apidocs/net/java/games/input/package-summary.html
CoffeeCone/GameBoard
<!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.5.0) on Wed May 24 20:18:27 BST 2006 --> <TITLE> net.java.games.input </TITLE> <META NAME="keywords" CONTENT="net.java.games.input package"> <LINK REL ...
user_guide/general/controllers.html
pankaj45/legistify1
<!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>Controllers &mdash; CodeIgniter 3.0.0 documenta...
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/mfupload.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_comp...
animations/sliding_exits/slideOutRight.css
anicollection/anicollection
/* *@name slideOutRight *@className slideOutRight animated *@cssCode true *@editionLink codepen.io *@author Dan Eden *@source Animate.css *@sourceUrl http://daneden.github.io/animate.css/ *@issues https://github.com/daneden/animate.css/issues *@license MIT */ @keyframes slideOutRight { 0% { transform: t...
src/partials/sf-dts/rural-whatsnew.html
SCarrero/fmzurb
<div class="row medium-up-2 large-up-4 text-left" data-equalizer data-equalize-by-row="true"> <div class="column column-block"> <div class="background-white" data-equalizer-watch> <a class="block" href="#"> <img src="https://placekitten.com/350/200" alt="Img description" /> </a> <div c...
04-AreasPerimetros/doc/deprecated-list.html
Cesarfr/desarrollo-aplicaciones
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_91) on Tue May 24 01:01:36 CDT 2016 --> <title>Deprecated List</title> <meta name="date" content="2016-05-24"> <link rel="stylesheet" type="tex...
views/postJobs.html
salimben60/Capstone
<h1>Work to be done</h1>
assets/js/modules/comman/tpl/experience.html
opencodes/opencodes.github.io
<section class="skills"> <div class="content" > <div class="col-6"> <h2 class="">{{page.title}}</h2> <p>{{page.content}}</p> </div> <div class="col-6 experience-col"> <article ng-repeat="item in page.experience" class="experience"> <h3>{{item.position}}</h3> <div class="row"> <di...
examples/left.html
fissionman924/slidemenu
<!DOCTYPE html> <html> <head> <title>Slide Menu Demo</title> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <link href="demo.css" rel="stylesheet"> <link href="slidemenu.css" rel="stylesheet"> <script src="http://ajax.googleapis.com/ajax/l...
project_name/templates/core/forgot-password.html
edwinlunando/arunafelt
{% templatetag openblock %} extends "base.html" {% templatetag closeblock %} {% templatetag openblock %} load widget_tweaks {% templatetag closeblock %} {% templatetag openblock %} block page_title {% templatetag closeblock %}Forgot Password{% templatetag openblock %} endblock page_title {% templatetag closeblock %} ...
tools/jruby-1.5.1/lib/ruby/gems/1.8/doc/json_pure-1.4.6/rdoc/classes/EditMenu.src/M000044.html
ThoughtWorksStudios/oauth2_provider
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>sort (EditMenu)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="style...
deps/boost_1_77_0/libs/contract/doc/html/boost/contract/check_failure.html
davehorton/drachtio-server
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Function check_failure</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title=...
6591d9f/html/classv8_1_1ScriptOriginOptions.html
v8-dox/v8-dox.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...
_site/swg/index.html
wheatgenomics-sdsu/wheatgenomics-sdsu.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Sea Wheatgrass Genome Project</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="description" content="Li Lab | Wheat Genetic and Genomics."> <meta na...
modules/core/client/views/header.client.view.html
mpatc/gulp
<div class="container" ng-controller="HeaderController"> <div class="navbar-header"> <button class="navbar-toggle" type="button" ng-click="toggleCollapsibleMenu()"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="ico...
main.html
pcuervo/dabba-labortatoria
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="dist/css/bootstrap.css"> <!-- <link rel="stylesheet" type="text/css" href="dist/css/bootstrap-theme.css">--> <link href='https://...
pcap/libc/funcs/c95/ctype/index.html
ebfull/ebfull.github.io
<!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 `ctype` mod in crate `libc`."> <meta name="keywords" conten...
ReportImportTests/net.sf.jabref.logic.citationstyle/index_SORT_BY_NAME_DESC.html
JessicaDias/JabRef_ES2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="htmlId"> <head> <title>Coverage Report :: net.sf.jabref.logic.citationstyle</title> <style type="text/css"> @import "../.css/coverage.css"; </style> </head> <body> <div class...
doc/java/jdk7/java/lang/invoke/class-use/MethodHandles.Lookup.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 Class java.lang.invoke.MethodHandles.Lookup (Java Platform SE 7 )</title> <meta ...
modules/trails/client/views/edit-trail.client.view.html
MEAN-Girls/Trailblazer
<section ng-controller="TrailsController" ng-init="findOne()"> <div class="page-header"> <h1>Trail Details</h1> </div> <div class="load" ng-show="loading"> <img ng-src="/modules/core/client/img/loaders/loader.gif"> </div> <div ng-hide="loading"> <a ng-hide="success" class="btn btn-prima...
resources/doc/de/uniba/kinf/jerusalem/Main.html
hanwi/uncertainty-gazetteer
<!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_25) on Wed Apr 16 13:46:29 CEST 2014 --> <title>Main</title> <meta name="date" content="2014-04-16"> <link rel="stylesheet" type="text/...
public/stylesheets/less/main.css
imosed/Tilly
html, body { margin: 0; padding: 0; width: 100%; height: 100%; } body { font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif; background-color: #414141; background-image: url('/images/black-linen.png'); } a { color: #00B7FF; } #flashmessage { position: fixed; z-index: 99; top: 30%; overflow:...
public/index_es.html
karshina/ukrainians
<!doctype html> <html lang="es" prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"> <title>Los Ucranianos</title> <meta property="og:title" content="The Ukrainians"/> <meta property="og:type" content="website"/> <meta prope...
html/234567013520.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
html/234567004984.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
static/docs/generated/module/sublayer/module/action/property/configuration/property/authentication_1/property/loggedin/index.html
shenanigans/node-sublayer
<!DOCTYPE html> <html> <head> <title>sublayer:Action.Configuration.authentication.loggedIn documentation</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../../../index.css" /> <link rel="stylesheet" type="text/css" href="../../../../../../../../../../highlight.css" /> <script t...
docs/css/site.css
mathieuherbert/dnscontrol
.expanded > .expand-arrow { display: none; } .expanded > .collapse-arrow { display: inherit; } .collapse-arrow { display:none; } body { padding-bottom: 50px; }