mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
8 lines
271 B
C
8 lines
271 B
C
#pragma once
|
|
|
|
#define FALLBACK_DEFAULT_URL L"https://servo.org/hl-home/"
|
|
|
|
// For development purpose.
|
|
// Will override shell.homepage preference:
|
|
// #define OVERRIDE_DEFAULT_URL L"data:text/html,<input>"
|
|
// #define OVERRIDE_DEFAULT_URL L"http://localhost:8000/test.html"
|