path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
example/index.css
azproduction/html-tui
@import '../index.css'; .mc { width: 100%; height: 100%; background: #000; } .menu { margin: 0; background: #0ff; color: #000; } .menu__item { display: inline-block; margin-left: 1px; margin-right: 1px; color: black; height: 1px; } .menu__item-shortcut { color: #ff0; ...
doc/namespace-VIB.Bundle.BioBundle.DependencyInjection.html
rejsmont/BioSymfony
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.7.0" /> <title>Namespace VIB\Bundle\BioBundle\DependencyInjection | BioSymfony</title> <script type="text/javascript" src="resources/combined.js?1264568199"></script> <scri...
PSP2-Program7/psp-forms/JAVADOC/apidocs/overview-summary.html
afmappe/UniAndes
<!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_121) on Wed May 03 13:14:34 COT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Overview (program6 1.0 API)...
src/index.html
mgvez/freestone-frontend
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="./assets/img/apple-touch-icon.png"> <link rel="icon" t...
theme/modules/regions.css
MagnusGreiff/anax-flat
/** * Regions, basics to show off the regions. */ .wrap-all { margin: 0 auto; max-width: 950px; } .footer-column { float: left; width: 33%; } .footer-column-wrapper { overflow: auto; } .sidebar { width: 33%; float: left; } .main .has-sidebar { width: 67%; float: left; } .outer-wrap-footer { clear:...
sound/0570_FluidR3_GM_sf2_file.html
surikov/webaudiofontdata
<html> <head> <script src='https://surikov.github.io/webaudiofont/npm/dist/WebAudioFontPlayer.js'></script> <script src='0570_FluidR3_GM_sf2_file.js'></script> <script> var selectedPreset=_tone_0570_FluidR3_GM_sf2_file; var AudioContextFunc = window.AudioContext || window.webkitAudioContext; var audioCo...
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.2/pocklington/8.5.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>pocklington: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
_site/SIXTEEN.html
jzhou3087/jzhou3087.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Integrated Circuits Car</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Computer Science. Engineer. Data Science. Data S...
javadoc/3.7/org/robolectric/shadows/ShadowWebView.LoadDataWithBaseURL.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 Thu Feb 08 16:33:18 PST 2018 --> <title>ShadowWebView.LoadDataWithBaseURL</title> <meta name="date" content="2018-02-08"> <li...
modules/users/client/views/authentication/signin.client.view.html
sw8a/ISE_8a
<div data-ng-controller="AuthenticationController"> <div class = "col-md-12 text-center" > <img src="modules/core/img/brand/trimauxil-logo-horizontal.svg" class="vetHomeLogoImg"> </div> <h3 class="col-md-12 text-center">Sign in with your account</h3> <div class="col-xs-offset-2 col-xs-8 col-m...
sendinblue/templates/sendinblue/widgets/contacts.html
apihackers/wagtail-sendinblue
{% load i18n %} <div class="card"> <div class="content"> <h4 class="header"> <i class="icon icon-group"></i> {% trans 'Contacts' %} </h2> </div> <div class="content"> <p> {% if total_contacts %} {% blocktrans trimmed count total_con...
src/Viteloge/CoreBundle/Resources/descriptions/76270.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Fontaine-la-Mallet est une commune située dans le département de Seine-Maritime en Haute-Normandie. On dénombrait 2&nbsp;723 habitants en 2008.</p> <p>À Fontaine-la-Mallet, la valeur moyenne à l'achat d'un appartement se situe à 2&nbsp;888 &euro; du m² en vente. Le prix m...
app/views/products/new-product.html
sercheo87/appstore
<div ng-controller="NewProductCtrl"> <div growl-notifications class="alert-message fade" ng-class="{in:growlNotifications}"></div> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Register Products</h3> </div> <div class="panel-body"> <form class="form-horizontal...
app/views/fha/assessment-scenarios/scenario_01d/miniReview.html
dwpdigitaltech/healthanddisability
{% extends path+"/scenario_01d/_layout-case-simple_assessment-complete.html" %} {% block citizen_content %} {{ data.nuggets | log }} <p class="no-kdBar"><a href="javascript: history.go(-1)" class="link-back">Back</a></p> <h1 class="heading-large mb0">Work capability review</h1> <div class="review-wrapper fu...
app/_layouts/default.html
asilvadesigns/albertosilva.me
<!DOCTYPE html> <html> {% include head.html %} <body> {% include nav.html %} <main class="main"> <div class="container"> {{ content }} </div> </main> <footer class="footer"> <div class="container"> {% include footer.html %} </div> </footer> </b...
public/app/recipes/public-recipes-details/public-recipes-details.component.html
NoFearForBeers/BeerMe
<div *ngIf="recipe"> <div> <div class="cont"> <h1 class="recipes-title">{{recipe.name}}</h1> <p>Автор: {{recipe.author}}</p> <img src="{{recipe.imgUrl}}" alt="{{recipe.name}}" class="img-thumbnail img-responsive recipe-image-container"> </div> <div clas...
_includes/disqus.html
chrismoulton/malyw.github.io
{% if site.disqus %} <div class="comments"> <div class="comment-code-highlight"> Provide your code in {% highlight html %} <pre><code class="{language}"></code></pre> {% endhighlight %} tags </div> <div id="disqus_thread"></div> </div> {% endif %}
v5/user-agent-detail/87/b3/87b383a2-472b-4fc5-8bd1-8ccdbe6b32a6.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.2; zh-cn; HUAWEI C8815 Build/HuaweiC8815) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title> <link rel="stylesheet" href="https:/...
en/post/20180403/index.html
healiseu/healiseu.github.io
<!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="generator" content="Source Themes Academia 4.3.1"> <meta name="generator" content="Hugo 0.74.0" /> ...
v5/user-agent-detail/47/a6/47a69d36-3118-4663-9561-0702365b8df8.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.3.4; zh-cn; Z715e Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1</title> <link rel="stylesheet" href="https://cdnjs.cloudfla...
server/html/disease/254.html
hucaihua/cmssp
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/> <meta content="telephone=no" name="format-detection"/> <meta content="address=no" name="format-detection"/> <title> 便血偏方 </title> <link href="./css/drug.css...
doc/html/search/all_66.html
niieani/napkin
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search...
_includes/post.html
JulianJorgensen/jocelyn
<li class="blog-post"> <h2 class="blog-post-title"><a href="{% include relative-src.html src=post.url %}">{{ post.title }}</a></h2> {% include post-title.html post=post %} <div class="post-content"> <div class="post-content-excerpt"> <p>{{ post.content | strip_html | truncatewords:30 }}</p> <div class="butto...
design/2015/09/15/how-to-create-a-surreal-underwater-scene-with-adobe-photoshop.html
ddanh85/tutsvn
<!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="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>Vietnamese Tutsplus Translation Team</title>...
The-Battlepits-Of-Krarth/Text/Episode_207.html
Blood-Sword/Blood-Sword.github.io
<!DOCTYPE HTML> <html> <head> <title>207</title> </head> <body> <h2>207</h2> <p>(SAGE) You scan the chamber for the thoughts of hostile beings. You sense none - but you cannot tell whether this is because there are no hostile beings within range of your psionic power, or merely because you did not activate y...
public/templates/main.html
rezozo/photoo
<div ng-controller="mainCtrl"> <div class="row"> <div class="col s12 m12 l3" ng-repeat="image in images"> <div class="card grey lighten-5"> <div class="card-image"> <img ng-src="{{ image.src }}" /> <span class="card-title">{{ image.uploadedBy }}</span> </div> <div class="card-content"> ...
blog/c4-time-and-habits-blog.html
howardsmithnz/howardsmithnz.github.io
<!DOCTYPE html> <html> <head> <title>Time and Habits</title> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="../styles/main.css" rel="stylesheet" type="text/css"> </head> <body> ...
_includes/post.html
mfrmn/mfrmn.github.io
<div class="content" id="home"> <div id="sidebar-button"> <img src="/images/sidebar-button.png"> </div> <div id="post-info"> <!-- <div id="cover-photo-container"> <img id="cover-photo" src="/images/{{ page.cover }}"> </div>--> <div id="info-container"> <!-- <h1 id="title">{{ p...
packages/rocketchat-ui-saic/client/templates/task/task_edit.html
yuyixg/Rocket.Chat
<template name="taskEdit"> <form class="main form"> <div class="form-group"> <label class="control-label" for="url">URL</label> <div class="controls"> <input name="url" id="url" type="text" value="{{url}}" placeholder="Your URL" class="form-control"/> </div> </div> <div...
index.html
Schmidt-Aaron/momentum-clone
<!doctype HTML> <head> <meta charset="UTF-8"> <!-- code for client authentication via google--> <meta name="google-signin-client_id" content="876041411929-0hug7nvp73appd3f1srpih5c0eboaq86.apps.googleusercontent.com"> <!-- end authentication code --> <title>Momentum Clone</title> <link rel="stylesheet" href...
themes/maxwell/layouts/_default/list.html
maxwellhealth/maxwellhealth.github.io
{{ define "main" }} <main> <h1>{{ .Params.title | title }}</h1> <div class="row"> <div class="col-xs-12 col-md-8"> <!-- Ranges through content/posts/*.md --> {{ range where .Paginator.Pages "Section" "ne" "" }} <div class="posts-box box"> {{ with .Pa...
views/login.html
swfsql/estagio
<!doctype html> <html ng-app> <head> <meta charset='UTF-8'> <title>LOGIN</title> <script src='/static/js/jquery.min.js'></script> <script src='/static/js/login.js'></script> <script src='/static/js/angular.min.js'></script> <link rel='stylesheet' href='/static/css/bootstrap-theme.min.cs...
app/partials/report.html
Planview/rmcp
<header id="header" class="jumbotron"> <div class="container"> <h1>Get the Reports</h1> <p>The information in this report, and the individual market reports below, will help companies better deliver on their business goals with the most efficient and intelligent use of their resources.</p> <p ng-hide="requestSent...
20160225-Docker-Meetup-Bamberg-Docker-on-Windows/index.html
hypriot/hypriot-talks
<!DOCTYPE html> <html> <head> <title>Docker on Windows - Docker Meetup Bamberg</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); @import url(http://fonts.googleapis.com/css...
fonts/sprite/sprite.css
Burnmewicked/weather2
.icon { display: inline-block; background-repeat: no-repeat; background-image: url(sprite.svg); } .icon-cloud-download { width: 32px; height: 32px; background-position: 0 0; } .icon-cloud-drizzle-Alt { width: 32px; height: 32px; background-position: -48px 0; } .icon-cloud-drizzle-moon-alt { width: 3...
public/libs/css/default/admin.css
ZestCMS/ZestCMS
/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 12 janv. 2017, 18:40:19 Author : Toss */ * { box-sizing: border-box; } html, body, div, span, applet, object, if...
client/stylesheets/callout.css
HenryJW/fcc-stocks-chart-app
/* Credit to Chris Pratt http://cpratt.co/twitter-bootstrap-callout-css-styles/*/ .bs-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .bs-callout h4 { margin-top: 0; margin-bottom: 5px; } .bs-callout p:last-child { margin-bo...
docs/Phaser.Rope.html
samme/phaser-ce
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: Rope</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="...
widgets/common/assets/gradients/glassy/glassyIvory/glassyIvory1.css
idutta2007/yiigems
.background_glassyIvory1, .hover_background_glassyIvory1:hover, .active_background_glassyIvory1:active:hover { background: #fffff0; background-image: -moz-linear-gradient(top, rgb(255, 255, 190) 0%, rgb(255, 255, 141) 50%, rgb(255, 255, 92) 55%, rgb(255, 255, 240) 100%); background-image: -webkit-gradient(...
src/modules/Shopping/ProductEvaluate.html
ansiboy/ChiTuStore
<div class="container"> <div class="row"> <div class="col-xs-4"> <img data-bind="attr:{src:productImageUrl}" class="img-responsive img-thumbnail"> </div> <div class="col-xs-8" style="padding-left:0;"> <label>评分</label> <div data-bind="for...
android/build/docs/index.html
benbahrenburg/ti.mely
<h1>timely Module</h1> <h2>Description</h2> <p>TODO: Enter your module description here</p> <h2>Accessing the timely Module</h2> <p>To access this module from JavaScript, you would do the following:</p> <pre><code>var timely = require("ti.mely"); </code></pre> <p>The timely variable is a reference to the Module object....
Programming with C#/4.WebBasics/1.Web Fundamentals - HTML5/3.CSS Selectors & Rules/1.Lab/03. CSS-Selectors-and-Rules-Lab-Resources/P03_PlanPage/plan-page.css
drunin89/SoftUni
@import url('https://fonts.googleapis.com/css?family=Lato'); body { font-family: Lato, sans-serif; background: url("images/plan-page.jpg"); font-size: 16px; width: 1180px; } section { display: block; text-align: center; } article{ background: #262626; display: inline-block; margi...
resources/css/tags.css
CarlRonquillo/naz_lexicon
/* Copywrite Square Bracket LLC - Sean Clark 2012-3012 http://square-bracket.com http://connect.ai http://youtube.com/optikalefxx */ .tags-wrapper { background:white; overflow:hidden; width:auto; border: 1px solid #c0c0c0; } .tags-wrapper ul { margin:0px; padding:0px; } .tags-wrapper li { float:left; } .t...
The-Battlepits-Of-Krarth/Text/Episode_475.html
Blood-Sword/Blood-Sword.github.io
<!DOCTYPE HTML> <html> <head> <title>475</title> </head> <body> <h2>475</h2> <p>Kief's number is revealed: a 2.</p> <p><a href="../Text/Episode_420.html">If you put 1, turn to 420.</a></p> <p><a href="../Text/Episode_505.html">If you put 2, turn to 505.</a></p> <p><a href="../Text/Episode_286.html">If you put...
src/client/app/frameworks/sample/components/toolbar.component.html
gvnarro/cate-fend
<img alt="Logo" border="0" src="https://www.verizon.com/cs/groups/public/documents/adacct/vzlogo_lg.png" style="width: 5rem"> <h1>Catequil</h1> <lang-switcher></lang-switcher> <div class="more"></div>
vendor/mapbox/mapbox.js-2.4.0/docs/_posts/api/v2.2.2/0200-01-01-l-rectangle.html
jackhummah/bootles
--- layout: api title: "v2.2.2 JavaScript Library: L.Rectangle" categories: api version: v2.2.2 permalink: /api/v2.2.2/l-rectangle --- <h2 id="rectangle">Rectangle</h2> <p>A class for drawing rectangle overlays on a map. Extends <a href="/mapbox.js/api/v2.2.2/l-polygon">Polygon</a>. Use <a href="/mapbox.js/api/v2.2....
tuts/icons.html
sourcebitsllc/chocolatechipui-docs
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Icons</title> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../prettify/prettify.css"> <script type='text/javascript' src='../prettify/prettify.js'></script> <script type='text/javascript' src='../prettify/l...
2002/11/01/fun-with-css/index.html
WebStandardsSherpa/webstandards.org
<!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"> <!-- Mirrored from www.webstandards.org/2002/11/01/fun-with-css/ by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2017 17:50:22 GMT --...
Documentation/html/class_archivist_1_1_dialog_message_box-members.html
kkolodziejczak/Archivist
<!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/rentcar.Web/wwwroot/swagger/ui/index.html
xxmgkxx/core-rent-car
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <title>Swagger UI</title> <link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" /> ...
ajax/libs/bootswatch/4.5.2/pulse/bootstrap.css
cdnjs/cdnjs
/*! * Bootswatch v4.5.2 * Homepage: https://bootswatch.com * Copyright 2012-2020 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! * Bootstrap v4.5.2 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/t...
blog/2004/01/sembawang-park-and-marinated-chicken.html
Stwissel/stwissel.github.io
<!DOCTYPE html> <html lang="en"> <head> <title>Sembawang Park and marinated chicken - NotesSensei's Blog</title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-72033-1', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics...
test/fixtures/valid-incomplete/parsed-content/10up.remoteStatus.html
jessicard/remote-jobs
<p>10up didn&#x2019;t integrate remote work &#x2013; we intended to be remote from the start! Being remote allows us to find talent no matter where they&apos;re located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and pu...
src/form_builder/templates/form_builder/index.html
cfpb/collab-form-builder
{% extends "form_builder/base.html" %} {% load url from future %} {% block "admin_tabs" %} <li class="active"><a href="#">Manage Forms</a></li> <li><a href="{% url 'form_builder:new' %}">Create Form</a></li> {% endblock "admin_tabs" %} {% block "admin_content" %} <div class="span12"> ...
_site/2013/04/06/party-rockin.html
kabads/kabads.monkeez.org
<!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.6.1 --> <title>Party rockin’ | Kabads. Musings, mutterings and murmerings.</title> <meta name="genera...
templates/schedule/index.html
fenglb/mysite
{% extends "base.html" %} {% block title %} 仪器预约 {% endblock %} {% load staticfiles %} {% block css %} <link href="//cdn.bootcss.com/fullcalendar/2.6.1/fullcalendar.min.css" rel="stylesheet" /> <link href="https://mugifly.github.io/jquery-simple-datetimepicker/jquery.simple-dtpicker.css" rel="stylesheet" /> <style> ...
seapunk/pages/acessos.html
andytsunami/bauhaus
<!DOCTYPE html> <html lang="pt"> <head> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(w...
app/templates/includes/head_general.html
vcaen/personalwebsite
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="icon" type="image/png" href="{{ url_for('static', filename='image/favicon.png') }}...
data/president/n711000100000000/20160116130205/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...
dict/base-colors.html
jingsam/netlogo-manual-zh
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <head> <title>NetLogo Help: base-colors </title> <link rel="stylesheet" href="../netlogo.css" type="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <style type="t...
ancfindersite/templates/ancfindersite/about.html
dfdx2/ancfinder
{% extends "base.html" %} {% block title %}About ANC Finder{% endblock %} {% block body %} <h2 id="Whoarewe">Who are we?</h2> <p>ANC Finder is a project of <a href="http://codefordc.org/">Code for DC</a>, which is a <a href="http://brigade.codeforamerica.org/">Code for America Brigade</a>. We&rsquo;re volunteers inte...
data/president/n702001400000000/20160116142314/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...
_includes/cardv2.html
twngo/privacytools-zh
<div class="card"> <div class="card-header text-white bg-secondary"> <h3 class="h5"> {% if include.badges %} <span class="mr-2">{{ include.title }}</span> {% assign badges = include.badges | split:"|" %} {% for badge in badges %} {% assign badge_data = badge | split:":" %} ...
index.html
GarrettGraham/TIY-Mashup
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html ng-app="EleanorQuotes"> <!--<![endif]--> <head> <meta charse...
data/CHA-3/n703030000000000/20160116072045/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...
data/TPE-8/n100080000000000/20160116080523/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...
example/03_append_vars/result.html
spindle/spindle-view
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>example 3</title> <link rel="stylesheet" href="template1.css"> <link rel="stylesheet" href="template2.css"> <link rel="stylesheet" href="layout1.css"> <link rel="stylesheet" href="layout2.css"> </head> <body> <h1>example 3</h1> <div class="ma...
other-examples/custom-section.html
mdn/webassembly-examples
<!doctype html> <html> <head> <title>WASM customSections() test</title> </head> <body> <script> WebAssembly.compileStreaming(fetch('simple-name-section.wasm')) .then(function(mod) { var nameSections = WebAssembly.Module.customSections(mod, "name"); if (nameSections.length ...
data/president/n200001200000000/20160116142159/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...
formats/V4.2b-draft/lehd_public_use_schema.html
labordynamicsinstitute/qwi_schemas
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="generator" con...
2015/06/11/hello-world/index.html
akaking/hexo_public
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Hello World - JustBen</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any pr...
_includes/cc0.html
gvsmirnov/gvsmirnov.github.com
<p class="text-muted"> <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/"> <img src="/img/cc0.png" alt="CC0" style="display: inline" /></a> Freely use anything from this website in any way you can imagine </p>
0h2019/index.html
cosmologicon/jsjam
<!DOCTYPE html> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <title>Zero-hour game 2019</title> <script src="http://ufx.space/UFX.js"></script> <canvas id=canvas></canvas>q <script> "use strict" let EASY = window.location.href.includes("EASY") let tau = 2 * Math...
demos/lzproject/lzx/lzproject/javadocs/org/openlaszlo/lzproject/rest/TaskRestController.html
mcarlson/openlaszlo
<!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_06) on Tue May 20 11:19:58 EDT 2008 --> <TITLE> TaskRestController (LZProject OpenLaszlo 4.0 blueprint application) </TITLE> <META NAME="keywords" C...
sdk/GUID-A7D95E53-67DA-54C7-B093-995CA9CC39B5.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" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyrigh...
doc/de/linearbits/swt/widgets/KnobRange.Double.html
prasser/swtknob
<!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 --> <title>KnobRange.Double (SWTKnob API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"...
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/eventhandler_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/Graphics/WS/transparent/eventhandl...
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.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 Class org.apache.poi.poifs.crypt.EncryptionInfo (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" ti...
first/main.css
santeycode/templates
body { margin: 0; font-family: sans-serif; } .top-bar { background: #2c3e50; color: #fff; } .top-bar-name { text-transform: uppercase; font-size: 22px; font-weight: 900; line-height: 46px; padding: 13px 38px; display: inline-block; color: #fff; text-decoration: none; ...
pdk/GUID-00C75F2F-E0C4-3306-BE78-316C2BDC5ECE.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-E04234FD-AA03-35EF-9EF8-0FAA8C4F984E.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/class_c_call_forwarding_status.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: CCallForwardingStatus Class Reference</titl...
sdk/GUID-2FB9F0A1-1393-3AEA-952C-48285A6D4EDB.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-73D5029D-F9DA-3885-8831-85566327B963.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...
test/templates/elif.html
yogthos/Selmer
{% if foo %} foo! {% elif bar %} bar! {% elif baz %} baz! {% else %} else! {% endif %}
pdk/GUID-02EA5F7E-ECB3-3249-9902-0525C6D0AC7F.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-B803B276-2098-33F6-9D7A-C9AE2EB9D17E.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/_graphics_shell_8cpp_source.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/Graphics/GraphicsShell/GraphicsShe...
SPLAR/doc/splar/samples/class-use/BDDReasoningExample.html
SINTEF-9012/SPLCATool
<!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_18) on Mon Feb 08 23:29:08 EST 2010 --> <TITLE> Uses of Class splar.samples.BDDReasoningExample </TITLE> <META NAME="date" CONTENT="2010-02...
output/build/directfb-1.4.17/docs/html/IDirectFBSurface_DrawLines.html
twobob/buildroot-kindle
<HTML> <STYLE> <!-- A{textdecoration:none} --> </STYLE> <STYLE type="text/css"> A:link, A:visited, A:active { text-decoration: none; } </STYLE> <HEAD> <TITLE>IDirectFBSurface - DrawLines [DirectFB Reference Manual]</TITLE> </HEAD> <BODY bgcolor=#F8F4D8 link=#2369E0 vlink=#2369E0 text=#232323> <TABLE width=...
Schrodinger/Schrodinger_2015-2_docs/python_api/api/schrodinger.job.queue.JobDJ-class.html
platinhom/ManualHom
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>schrodinger.job.queue.JobDJ</title> <link rel="stylesheet" href="epydoc.css" type="text/css...
integration/style.css
willybahuaud/chasse-peche-crm
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed); .em-player { position:relative; background: #202020; border-radius: 5px; width: 100%; height: 225px; box-sizing: border-box; padding: 10px; border-top: 1px solid rgba(255, 255, 255, 0.17); border-left: 1px solid rgba(255, 255, 255, 0.17); ...
templates/judge_check.html
kerbinagent/tabpy2
{% extends 'base.html' %} {% block body_block %} {% if not break_status %} {% if judge_list %} <div class="container"> <div class="alert alert-warning"> This is information for <code>Round <strong>{{round_number}}</strong></code> </div> <div class="alert alert-info"> <strong>Ballot(s) from ...
chai3d-2.0.0/doc/resources/html/classc_interaction_recorder.html
davidbjanes/NovintFalconExampleCode
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>CHAI3D: cInteractionRecorder Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </...
doc/javadoc/test/org/peertrust/meta/package-tree.html
elitak/peertrust
<!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_07) on Tue Sep 12 14:14:57 CEST 2006 --> <TITLE> test.org.peertrust.meta Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../...
css/xenos-rtl/forms.css
KwaMoja/KwaMoja
form { background:transparent; width: 100%; text-align: center; color:#1A1A1A; } form fieldset { background:#FFFFFF; display: inline; border:solid 1px; margin:auto; padding-top:7px; margin-bottom:14px; margin-left:14px; border-radius:7px; box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.75); text-align:right; vertical-align:...
views/users/profile.html
BeardandFedora/MaryJS-Bitcoin
{{#yield-scripts}} {{#js}}js/profile{{/js}} {{/yield-scripts}} <form id="profile" action="/{{user}}" method="post" style="display: none"> <h1>Account Profile</h1> <div class="form-group"> <label for="username">Username:</label> <input type="text" id="username" name="username" value="{{user}}" class="for...
aongta_v1.0.0_src/Fuentes y JavaDoc/aon-ui-finance/docs/api/com/code/aon/ui/finance/invoice/print/package-tree.html
Esleelkartea/aonGTA
<!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_06) on Thu Mar 01 17:37:38 CET 2007 --> <TITLE> com.code.aon.ui.finance.invoice.print Class Hierarchy (aon.ui.finance-0.1 API) </TITLE> <...
PyQt-gpl-5.4.1/doc/html/api/qhelpcontentitem.html
anomitra/articleScraper
<!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>QHelpContentItem &mdash; PyQt 5.4.1 Reference Guide...
doc/contrib/mod_dynmasq.html
lazy404/proftpd
<!-- $Id: mod_dynmasq.html,v 1.3 2013-08-14 21:40:17 castaglia Exp $ --> <!-- $Source: /home/proftpd-core/backup/proftp-cvsroot/proftpd/doc/contrib/mod_dynmasq.html,v $ --> <html> <head> <title>ProFTPD module mod_dynmasq</title> </head> <body bgcolor=white> <hr> <center> <h2><b>ProFTPD module <code>mod_dynmasq</code...